Html Css Color HEX #EEBAA7 Wax Flower

📋 copy color: '#EEBAA7'

red 238 ◦ green 186 ◦ blue 167

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

Shades of Wax Flower #EEBAA7

Tints of Wax Flower #EEBAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 28.26%

R = 40.27%
G = 31.47%
B = 28.26%

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

#EEBAA7 (or 0xEEBAA7) is known color: Wax Flower. HEX triplet: EE, BA and A7. RGB value is (238,186,167). Sum of RGB (Red+Green+Blue) = 238+186+167=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 167 (65.62% from 255 or 28.26% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBAA7 is #114558. Grayscale: #C7C7C7. Windows color (decimal): -1131865 or 10992366. OLE color: 10992366.

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

Color convert

RGB 238 186 167 -
CMYK 0 0.22 0.30 0.07
HSL 16.06º 0.68% 0.79% -
HSV(B) 16.06º 0.3% 0.93% -
XYZ 59.79 56.08 44.23 -
YUV 199.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 238 186 167 0 0.22 0.30 0.07 16.06 0.68 0.79
Hex EE BA A7 0 16 1E 7 10 44 4F
Octal 356 272 247 0 26 36 7 20 104 117
Binary 11101110 10111010 10100111 0 10110 11110 111 10000 1000100 1001111

Color Harmonies of #EEBAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBAA7

Black with #EEBAA7

Text Example


Text Example

White with #EEBAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBAA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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