Html Css Color HEX #EEBBA6 Wax Flower

📋 copy color: '#EEBBA6'

red 238 ◦ green 187 ◦ blue 166

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

Shades of Wax Flower #EEBBA6

Tints of Wax Flower #EEBBA6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.64%

 BLUE value IS 166 (65.23% from 255) = 28.09%

R = 40.27%
G = 31.64%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EEBBA6 (or 0xEEBBA6) is known color: Wax Flower. HEX triplet: EE, BB and A6. RGB value is (238,187,166). Sum of RGB (Red+Green+Blue) = 238+187+166=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBBA6 is #114459. Grayscale: #C7C7C7. Windows color (decimal): -1131610 or 10927086. OLE color: 10927086.

HSL color Cylindrical-coordinate representation of color #EEBBA6: hue angle of 17.5º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEBBA6 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 187 166 -
CMYK 0 0.21 0.30 0.07
HSL 17.5º 0.68% 0.79% -
HSV(B) 17.5º 0.3% 0.93% -
XYZ 59.91 56.47 43.82 -
YUV 199.86 108.9 155.21 -
System Red Green Blue C M Y K H S L
Decimal 238 187 166 0 0.21 0.30 0.07 17.5 0.68 0.79
Hex EE BB A6 0 15 1E 7 12 44 4F
Octal 356 273 246 0 25 36 7 22 104 117
Binary 11101110 10111011 10100110 0 10101 11110 111 10010 1000100 1001111

Color Harmonies of #EEBBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBBA6

Black with #EEBBA6

Text Example


Text Example

White with #EEBBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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