Html Css Color HEX #EEA697 Wax Flower

📋 copy color: '#EEA697'

red 238 ◦ green 166 ◦ blue 151

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

Shades of Wax Flower #EEA697

Tints of Wax Flower #EEA697

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.91%

 BLUE value IS 151 (59.38% from 255) = 27.21%

R = 42.88%
G = 29.91%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EEA697 (or 0xEEA697) is known color: Wax Flower. HEX triplet: EE, A6 and 97. RGB value is (238,166,151). Sum of RGB (Red+Green+Blue) = 238+166+151=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA697 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA697 is #115968. Grayscale: #B9B9B9. Windows color (decimal): -1137001 or 9938670. OLE color: 9938670.

HSL color Cylindrical-coordinate representation of color #EEA697: hue angle of 10.34º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEA697 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 166 151 -
CMYK 0 0.30 0.37 0.07
HSL 10.34º 0.72% 0.76% -
HSV(B) 10.34º 0.37% 0.93% -
XYZ 54.48 47.68 35.61 -
YUV 185.82 108.35 165.22 -
System Red Green Blue C M Y K H S L
Decimal 238 166 151 0 0.30 0.37 0.07 10.34 0.72 0.76
Hex EE A6 97 0 1E 25 7 A 48 4C
Octal 356 246 227 0 36 45 7 12 110 114
Binary 11101110 10100110 10010111 0 11110 100101 111 1010 1001000 1001100

Color Harmonies of #EEA697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA697

Black with #EEA697

Text Example


Text Example

White with #EEA697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA697; }

 p { color: rgb(238,166,151); }

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

background-color css

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

 a { background-color: rgb(238,166,151); }

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

border-color css

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

 span { border-color: rgb(238,166,151); }

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