#EDB89E

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

Shades of Wax Flower #EDB89E

Tints of Wax Flower #EDB89E

Color information

#EDB89E (or 0xEDB89E) is unknown color: approx Wax Flower. HEX triplet: ED, B8 and 9E. RGB value is (237,184,158). Sum of RGB (Red+Green+Blue) = 237+184+158=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB89E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB89E is #124761. Grayscale: #C5C5C5. Windows color (decimal): -1197922 or 10402029. OLE color: 10402029.

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

Color convert

RGB237184158-
CMYK00.220.330.07
HSL19.75º68.7%77.45%-
HSV(B)19.75º33.33%92.94%-
XYZ58.2454.7539.85-
YUV196.88106.06156.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 184 (72.27% from 255) = 31.78%
BLUE value IS 158 (62.11% from 255) = 27.29%
R=40.93%
G=31.78%
B=27.29%

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
Decimal23718415800.220.330.0719.7568.777.45
HexEDB89E01621714454d
Octal35527023602641724105115
Binary1110110110111000100111100101101000011111010010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB89E; }

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

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

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

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

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

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

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

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