Html Css Color HEX #EEBAA6 Wax Flower

📋 copy color: '#EEBAA6'

red 238 ◦ green 186 ◦ blue 166

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

Shades of Wax Flower #EEBAA6

Tints of Wax Flower #EEBAA6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.53%

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

R = 40.34%
G = 31.53%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EEBAA6 (or 0xEEBAA6) is known color: Wax Flower. HEX triplet: EE, BA and A6. RGB value is (238,186,166). Sum of RGB (Red+Green+Blue) = 238+186+166=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBAA6 is #114559. Grayscale: #C7C7C7. Windows color (decimal): -1131866 or 10926830. OLE color: 10926830.

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

Color convert

RGB 238 186 166 -
CMYK 0 0.22 0.30 0.07
HSL 16.67º 0.68% 0.79% -
HSV(B) 16.67º 0.3% 0.93% -
XYZ 59.7 56.05 43.75 -
YUV 199.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 238 186 166 0 0.22 0.30 0.07 16.67 0.68 0.79
Hex EE BA A6 0 16 1E 7 11 44 4F
Octal 356 272 246 0 26 36 7 21 104 117
Binary 11101110 10111010 10100110 0 10110 11110 111 10001 1000100 1001111

Color Harmonies of #EEBAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBAA6

Black with #EEBAA6

Text Example


Text Example

White with #EEBAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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