Html Css Color HEX #EEA99D Wax Flower

📋 copy color: '#EEA99D'

red 238 ◦ green 169 ◦ blue 157

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

Shades of Wax Flower #EEA99D

Tints of Wax Flower #EEA99D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.96%

 BLUE value IS 157 (61.72% from 255) = 27.84%

R = 42.2%
G = 29.96%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EEA99D (or 0xEEA99D) is known color: Wax Flower. HEX triplet: EE, A9 and 9D. RGB value is (238,169,157). Sum of RGB (Red+Green+Blue) = 238+169+157=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA99D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA99D is #115662. Grayscale: #BCBCBC. Windows color (decimal): -1136227 or 10332654. OLE color: 10332654.

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

Color convert

RGB 238 169 157 -
CMYK 0 0.29 0.34 0.07
HSL 8.89º 0.7% 0.77% -
HSV(B) 8.89º 0.34% 0.93% -
XYZ 55.53 48.99 38.43 -
YUV 188.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 238 169 157 0 0.29 0.34 0.07 8.89 0.7 0.77
Hex EE A9 9D 0 1D 22 7 9 46 4D
Octal 356 251 235 0 35 42 7 11 106 115
Binary 11101110 10101001 10011101 0 11101 100010 111 1001 1000110 1001101

Color Harmonies of #EEA99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA99D

Black with #EEA99D

Text Example


Text Example

White with #EEA99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA99D; }

 p { color: rgb(238,169,157); }

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

background-color css

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

 a { background-color: rgb(238,169,157); }

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

border-color css

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

 span { border-color: rgb(238,169,157); }

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