Html Css Color HEX #EEAD9E Wax Flower

📋 copy color: '#EEAD9E'

red 238 ◦ green 173 ◦ blue 158

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

Shades of Wax Flower #EEAD9E

Tints of Wax Flower #EEAD9E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.4%

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

R = 41.83%
G = 30.4%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EEAD9E (or 0xEEAD9E) is known color: Wax Flower. HEX triplet: EE, AD and 9E. RGB value is (238,173,158). Sum of RGB (Red+Green+Blue) = 238+173+158=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAD9E is #115261. Grayscale: #BEBEBE. Windows color (decimal): -1135202 or 10399214. OLE color: 10399214.

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

Color convert

RGB 238 173 158 -
CMYK 0 0.27 0.34 0.07
HSL 11.25º 0.7% 0.78% -
HSV(B) 11.25º 0.34% 0.93% -
XYZ 56.38 50.53 39.13 -
YUV 190.73 109.53 161.72 -
System Red Green Blue C M Y K H S L
Decimal 238 173 158 0 0.27 0.34 0.07 11.25 0.7 0.78
Hex EE AD 9E 0 1B 22 7 B 46 4E
Octal 356 255 236 0 33 42 7 13 106 116
Binary 11101110 10101101 10011110 0 11011 100010 111 1011 1000110 1001110

Color Harmonies of #EEAD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD9E

Black with #EEAD9E

Text Example


Text Example

White with #EEAD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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