#EDA99E

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

Shades of Wax Flower #EDA99E

Tints of Wax Flower #EDA99E

Color information

#EDA99E (or 0xEDA99E) is unknown color: approx Wax Flower. HEX triplet: ED, A9 and 9E. RGB value is (237,169,158). Sum of RGB (Red+Green+Blue) = 237+169+158=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA99E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA99E is #125661. Grayscale: #BCBCBC. Windows color (decimal): -1201762 or 10398189. OLE color: 10398189.

HSL color Cylindrical-coordinate representation of color #EDA99E: hue angle of 8.35º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDA99E is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB237169158-
CMYK00.290.330.07
HSL8.35º68.7%77.45%-
HSV(B)8.35º33.33%92.94%-
XYZ55.2848.8538.86-
YUV188.08111.03162.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.02%
GREEN value IS 169 (66.41% from 255) = 29.96%
BLUE value IS 158 (62.11% from 255) = 28.01%
R=42.02%
G=29.96%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716915800.290.330.078.3568.777.45
HexEDA99E01D2178454d
Octal35525123603541710105115
Binary111011011010100110011110011101100001111100010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA99E; }

 p { color: rgb(237,169,158); }

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

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

 a { background-color: rgb(237,169,158); }

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

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

 span { border-color: rgb(237,169,158); }

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