Html Css Color HEX #EEAD9C Wax Flower

📋 copy color: '#EEAD9C'

red 238 ◦ green 173 ◦ blue 156

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

Shades of Wax Flower #EEAD9C

Tints of Wax Flower #EEAD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.51%

R = 41.98%
G = 30.51%
B = 27.51%

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

#EEAD9C (or 0xEEAD9C) is known color: Wax Flower. HEX triplet: EE, AD and 9C. RGB value is (238,173,156). Sum of RGB (Red+Green+Blue) = 238+173+156=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAD9C is #115263. Grayscale: #BEBEBE. Windows color (decimal): -1135204 or 10268142. OLE color: 10268142.

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

Color convert

RGB 238 173 156 -
CMYK 0 0.27 0.34 0.07
HSL 12.44º 0.71% 0.77% -
HSV(B) 12.44º 0.34% 0.93% -
XYZ 56.2 50.46 38.23 -
YUV 190.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 238 173 156 0 0.27 0.34 0.07 12.44 0.71 0.77
Hex EE AD 9C 0 1B 22 7 C 47 4D
Octal 356 255 234 0 33 42 7 14 107 115
Binary 11101110 10101101 10011100 0 11011 100010 111 1100 1000111 1001101

Color Harmonies of #EEAD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD9C

Black with #EEAD9C

Text Example


Text Example

White with #EEAD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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