#EDB09E

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

Shades of Wax Flower #EDB09E

Tints of Wax Flower #EDB09E

Color information

#EDB09E (or 0xEDB09E) is unknown color: approx Wax Flower. HEX triplet: ED, B0 and 9E. RGB value is (237,176,158). Sum of RGB (Red+Green+Blue) = 237+176+158=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB09E is #124F61. Grayscale: #C0C0C0. Windows color (decimal): -1199970 or 10399981. OLE color: 10399981.

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

Color convert

RGB237176158-
CMYK00.260.330.07
HSL13.67º68.7%77.45%-
HSV(B)13.67º33.33%92.94%-
XYZ56.6251.5239.31-
YUV192.19108.71159.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 176 (69.14% from 255) = 30.82%
BLUE value IS 158 (62.11% from 255) = 27.67%
R=41.51%
G=30.82%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717615800.260.330.0713.6768.777.45
HexEDB09E01A217e454d
Octal35526023603241716105115
Binary111011011011000010011110011010100001111111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB09E; }

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

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

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

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

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

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

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

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