#EEBAA1

Color #EEBAA1 Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #EEBAA1

Tints of Wax Flower #EEBAA1

Color information

#EEBAA1 (or 0xEEBAA1) is unknown color: approx Wax Flower. HEX triplet: EE, BA and A1. RGB value is (238,186,161). Sum of RGB (Red+Green+Blue) = 238+186+161=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBAA1 is #11455E. Grayscale: #C6C6C6. Windows color (decimal): -1131871 or 10599150. OLE color: 10599150.

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

Color convert

RGB238186161-
CMYK00.220.320.07
HSL19.48º69.37%78.24%-
HSV(B)19.48º32.35%93.33%-
XYZ59.2555.8741.38-
YUV198.7106.73156.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.68%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 161 (63.28% from 255) = 27.52%
R=40.68%
G=31.79%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818616100.220.320.0719.4869.3778.24
HexEEBAA101620713454e
Octal35627224102640723105116
Binary1110111010111010101000010101101000001111001110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBAA1; }

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

 H1.HeaderClassName
 {
   color: #EEBAA1;
 }
 .AnyTagClassName
 {
   color: #EEBAA1;
 }
</style>
background-color css

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

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

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

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

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

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