Html Css Color HEX #EEA898 Wax Flower

📋 copy color: '#EEA898'

red 238 ◦ green 168 ◦ blue 152

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

Shades of Wax Flower #EEA898

Tints of Wax Flower #EEA898

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.11%

 BLUE value IS 152 (59.77% from 255) = 27.24%

R = 42.65%
G = 30.11%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EEA898 (or 0xEEA898) is known color: Wax Flower. HEX triplet: EE, A8 and 98. RGB value is (238,168,152). Sum of RGB (Red+Green+Blue) = 238+168+152=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 152 (59.77% from 255 or 27.24% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA898 is #115767. Grayscale: #BBBBBB. Windows color (decimal): -1136488 or 10004718. OLE color: 10004718.

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

Color convert

RGB 238 168 152 -
CMYK 0 0.29 0.36 0.07
HSL 11.16º 0.72% 0.76% -
HSV(B) 11.16º 0.36% 0.93% -
XYZ 54.93 48.45 36.16 -
YUV 187.11 108.19 164.3 -
System Red Green Blue C M Y K H S L
Decimal 238 168 152 0 0.29 0.36 0.07 11.16 0.72 0.76
Hex EE A8 98 0 1D 24 7 B 48 4C
Octal 356 250 230 0 35 44 7 13 110 114
Binary 11101110 10101000 10011000 0 11101 100100 111 1011 1001000 1001100

Color Harmonies of #EEA898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA898

Black with #EEA898

Text Example


Text Example

White with #EEA898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA898; }

 p { color: rgb(238,168,152); }

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

background-color css

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

 a { background-color: rgb(238,168,152); }

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

border-color css

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

 span { border-color: rgb(238,168,152); }

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