#EDB99E

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

Shades of Wax Flower #EDB99E

Tints of Wax Flower #EDB99E

Color information

#EDB99E (or 0xEDB99E) is unknown color: approx Wax Flower. HEX triplet: ED, B9 and 9E. RGB value is (237,185,158). Sum of RGB (Red+Green+Blue) = 237+185+158=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB99E is #124661. Grayscale: #C5C5C5. Windows color (decimal): -1197666 or 10402285. OLE color: 10402285.

HSL color Cylindrical-coordinate representation of color #EDB99E: hue angle of 20.51º 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 #EDB99E is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB237185158-
CMYK00.220.330.07
HSL20.51º68.7%77.45%-
HSV(B)20.51º33.33%92.94%-
XYZ58.4555.1739.92-
YUV197.47105.73156.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.86%
GREEN value IS 185 (72.66% from 255) = 31.90%
BLUE value IS 158 (62.11% from 255) = 27.24%
R=40.86%
G=31.90%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718515800.220.330.0720.5168.777.45
HexEDB99E01621715454d
Octal35527123602641725105115
Binary1110110110111001100111100101101000011111010110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB99E; }

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

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

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

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

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

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

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

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