Html Css Color HEX #EEB09E Wax Flower

📋 copy color: '#EEB09E'

red 238 ◦ green 176 ◦ blue 158

#EEB09E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wax Flower #EEB09E

Tints of Wax Flower #EEB09E

RGB

 RED value IS 238 (93.36% from 255) = 41.61%

 GREEN value IS 176 (69.14% from 255) = 30.77%

 BLUE value IS 158 (62.11% from 255) = 27.62%

R = 41.61%
G = 30.77%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EEB09E (or 0xEEB09E) is known color: Wax Flower. HEX triplet: EE, B0 and 9E. RGB value is (238,176,158). Sum of RGB (Red+Green+Blue) = 238+176+158=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB09E is #114F61. Grayscale: #C0C0C0. Windows color (decimal): -1134434 or 10399982. OLE color: 10399982.

HSL color Cylindrical-coordinate representation of color #EEB09E: hue angle of 13.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEB09E is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 176 158 -
CMYK 0 0.26 0.34 0.07
HSL 13.5º 0.7% 0.78% -
HSV(B) 13.5º 0.34% 0.93% -
XYZ 56.96 51.7 39.32 -
YUV 192.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 238 176 158 0 0.26 0.34 0.07 13.5 0.7 0.78
Hex EE B0 9E 0 1A 22 7 E 46 4E
Octal 356 260 236 0 32 42 7 16 106 116
Binary 11101110 10110000 10011110 0 11010 100010 111 1110 1000110 1001110

Color Harmonies of #EEB09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB09E

Black with #EEB09E

Text Example


Text Example

White with #EEB09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB09E; }

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

 H1.HeaderClassName
 {
   color: #EEB09E;
 }
 .AnyTagClassName
 {
   color: #EEB09E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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