Html Css Color HEX #EEAD99 Wax Flower

📋 copy color: '#EEAD99'

red 238 ◦ green 173 ◦ blue 153

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

Shades of Wax Flower #EEAD99

Tints of Wax Flower #EEAD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.13%

R = 42.2%
G = 30.67%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EEAD99 (or 0xEEAD99) is known color: Wax Flower. HEX triplet: EE, AD and 99. RGB value is (238,173,153). Sum of RGB (Red+Green+Blue) = 238+173+153=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAD99 is #115266. Grayscale: #BEBEBE. Windows color (decimal): -1135207 or 10071534. OLE color: 10071534.

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

Color convert

RGB 238 173 153 -
CMYK 0 0.27 0.36 0.07
HSL 14.12º 0.71% 0.77% -
HSV(B) 14.12º 0.36% 0.93% -
XYZ 55.95 50.36 36.91 -
YUV 190.16 107.03 162.13 -
System Red Green Blue C M Y K H S L
Decimal 238 173 153 0 0.27 0.36 0.07 14.12 0.71 0.77
Hex EE AD 99 0 1B 24 7 E 47 4D
Octal 356 255 231 0 33 44 7 16 107 115
Binary 11101110 10101101 10011001 0 11011 100100 111 1110 1000111 1001101

Color Harmonies of #EEAD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD99

Black with #EEAD99

Text Example


Text Example

White with #EEAD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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