#EEBBA5

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

Shades of Wax Flower #EEBBA5

Tints of Wax Flower #EEBBA5

Color information

#EEBBA5 (or 0xEEBBA5) is unknown color: approx Wax Flower. HEX triplet: EE, BB and A5. RGB value is (238,187,165). Sum of RGB (Red+Green+Blue) = 238+187+165=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 165 (64.84% from 255 or 27.97% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBBA5 is #11445A. Grayscale: #C7C7C7. Windows color (decimal): -1131611 or 10861550. OLE color: 10861550.

HSL color Cylindrical-coordinate representation of color #EEBBA5: hue angle of 18.08º degrees, saturation: 0.68, 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 #EEBBA5 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB238187165-
CMYK00.210.310.07
HSL18.08º68.22%79.02%-
HSV(B)18.08º30.67%93.33%-
XYZ59.8256.4343.34-
YUV199.74108.4155.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.34%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 165 (64.84% from 255) = 27.97%
R=40.34%
G=31.69%
B=27.97%

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
Decimal23818716500.210.310.0718.0868.2279.02
HexEEBBA50151F712444f
Octal35627324502537722104117
Binary111011101011101110100101010101111111111001010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBBA5; }

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

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

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

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

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

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

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

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