#EEBBA4

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

Shades of Wax Flower #EEBBA4

Tints of Wax Flower #EEBBA4

Color information

#EEBBA4 (or 0xEEBBA4) is unknown color: approx Wax Flower. HEX triplet: EE, BB and A4. RGB value is (238,187,164). Sum of RGB (Red+Green+Blue) = 238+187+164=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBBA4 is #11445B. Grayscale: #C7C7C7. Windows color (decimal): -1131612 or 10796014. OLE color: 10796014.

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

Color convert

RGB238187164-
CMYK00.210.310.07
HSL18.65º68.52%78.82%-
HSV(B)18.65º31.09%93.33%-
XYZ59.7356.442.86-
YUV199.63107.9155.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.41%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 164 (64.45% from 255) = 27.84%
R=40.41%
G=31.75%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818716400.210.310.0718.6568.5278.82
HexEEBBA40151F713454f
Octal35627324402537723105117
Binary111011101011101110100100010101111111111001110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBBA4; }

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

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

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

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

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

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

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

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