Html Css Color HEX #EEBA9F Wax Flower

📋 copy color: '#EEBA9F'

red 238 ◦ green 186 ◦ blue 159

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

Shades of Wax Flower #EEBA9F

Tints of Wax Flower #EEBA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.27%

R = 40.82%
G = 31.9%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EEBA9F (or 0xEEBA9F) is known color: Wax Flower. HEX triplet: EE, BA and 9F. RGB value is (238,186,159). Sum of RGB (Red+Green+Blue) = 238+186+159=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBA9F is #114560. Grayscale: #C6C6C6. Windows color (decimal): -1131873 or 10468078. OLE color: 10468078.

HSL color Cylindrical-coordinate representation of color #EEBA9F: hue angle of 20.51º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEBA9F is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 186 159 -
CMYK 0 0.22 0.33 0.07
HSL 20.51º 0.7% 0.78% -
HSV(B) 20.51º 0.33% 0.93% -
XYZ 59.08 55.8 40.46 -
YUV 198.47 105.73 156.2 -
System Red Green Blue C M Y K H S L
Decimal 238 186 159 0 0.22 0.33 0.07 20.51 0.7 0.78
Hex EE BA 9F 0 16 21 7 15 46 4E
Octal 356 272 237 0 26 41 7 25 106 116
Binary 11101110 10111010 10011111 0 10110 100001 111 10101 1000110 1001110

Color Harmonies of #EEBA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA9F

Black with #EEBA9F

Text Example


Text Example

White with #EEBA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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