Html Css Color HEX #EEA695 Wax Flower

📋 copy color: '#EEA695'

red 238 ◦ green 166 ◦ blue 149

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

Shades of Wax Flower #EEA695

Tints of Wax Flower #EEA695

RGB

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

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

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

R = 43.04%
G = 30.02%
B = 26.94%

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

#EEA695 (or 0xEEA695) is known color: Wax Flower. HEX triplet: EE, A6 and 95. RGB value is (238,166,149). Sum of RGB (Red+Green+Blue) = 238+166+149=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA695 is #11596A. Grayscale: #B9B9B9. Windows color (decimal): -1137003 or 9807598. OLE color: 9807598.

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

Color convert

RGB 238 166 149 -
CMYK 0 0.30 0.37 0.07
HSL 11.46º 0.72% 0.76% -
HSV(B) 11.46º 0.37% 0.93% -
XYZ 54.32 47.62 34.76 -
YUV 185.59 107.35 165.38 -
System Red Green Blue C M Y K H S L
Decimal 238 166 149 0 0.30 0.37 0.07 11.46 0.72 0.76
Hex EE A6 95 0 1E 25 7 B 48 4C
Octal 356 246 225 0 36 45 7 13 110 114
Binary 11101110 10100110 10010101 0 11110 100101 111 1011 1001000 1001100

Color Harmonies of #EEA695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA695

Black with #EEA695

Text Example


Text Example

White with #EEA695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA695; }

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

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

background-color css

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

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

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

border-color css

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

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

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