Html Css Color HEX #EEA895 Wax Flower

📋 copy color: '#EEA895'

red 238 ◦ green 168 ◦ blue 149

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

Shades of Wax Flower #EEA895

Tints of Wax Flower #EEA895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.85%

R = 42.88%
G = 30.27%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EEA895 (or 0xEEA895) is known color: Wax Flower. HEX triplet: EE, A8 and 95. RGB value is (238,168,149). Sum of RGB (Red+Green+Blue) = 238+168+149=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA895 is #11576A. Grayscale: #BABABA. Windows color (decimal): -1136491 or 9808110. OLE color: 9808110.

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

Color convert

RGB 238 168 149 -
CMYK 0 0.29 0.37 0.07
HSL 12.81º 0.72% 0.76% -
HSV(B) 12.81º 0.37% 0.93% -
XYZ 54.69 48.35 34.88 -
YUV 186.76 106.69 164.54 -
System Red Green Blue C M Y K H S L
Decimal 238 168 149 0 0.29 0.37 0.07 12.81 0.72 0.76
Hex EE A8 95 0 1D 25 7 D 48 4C
Octal 356 250 225 0 35 45 7 15 110 114
Binary 11101110 10101000 10010101 0 11101 100101 111 1101 1001000 1001100

Color Harmonies of #EEA895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA895

Black with #EEA895

Text Example


Text Example

White with #EEA895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA895; }

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

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

background-color css

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

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

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

border-color css

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

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

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