#EDAB94

Color #EDAB94 Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #EDAB94

Tints of Wax Flower #EDAB94

Color information

#EDAB94 (or 0xEDAB94) is unknown color: approx Wax Flower. HEX triplet: ED, AB and 94. RGB value is (237,171,148). Sum of RGB (Red+Green+Blue) = 237+171+148=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAB94 is #12546B. Grayscale: #BCBCBC. Windows color (decimal): -1201260 or 9743341. OLE color: 9743341.

HSL color Cylindrical-coordinate representation of color #EDAB94: hue angle of 15.51º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDAB94 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB237171148-
CMYK00.280.380.07
HSL15.51º71.2%75.49%-
HSV(B)15.51º37.55%92.94%-
XYZ54.8349.2734.64-
YUV188.11105.37162.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 42.63%
GREEN value IS 171 (67.19% from 255) = 30.76%
BLUE value IS 148 (58.20% from 255) = 26.62%
R=42.63%
G=30.76%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717114800.280.380.0715.5171.275.49
HexEDAB9401C26710474b
Octal35525322403446720107113
Binary1110110110101011100101000111001001101111000010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAB94; }

 p { color: rgb(237,171,148); }

 H1.HeaderClassName
 {
   color: #EDAB94;
 }
 .AnyTagClassName
 {
   color: #EDAB94;
 }
</style>
background-color css

<style>
 a { background-color: #EDAB94; }

 a { background-color: rgb(237,171,148); }

 div.DivClassName
 {
   background-color: #EDAB94;
 }
 .BgClassName
 {
   background-color: #EDAB94;
 }
</style>
border-color css

<style>
 span { border-color: #EDAB94; }

 span { border-color: rgb(237,171,148); }

 td.TdClassName
 {
   border-color: #EDAB94;
 }
 .TagClassName
 {
   border-color: #EDAB94;
 }
</style>