#EEBCA4

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

Shades of Wax Flower #EEBCA4

Tints of Wax Flower #EEBCA4

Color information

#EEBCA4 (or 0xEEBCA4) is unknown color: approx Wax Flower. HEX triplet: EE, BC and A4. RGB value is (238,188,164). Sum of RGB (Red+Green+Blue) = 238+188+164=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 164 (64.45% from 255 or 27.80% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBCA4 is #11435B. Grayscale: #C8C8C8. Windows color (decimal): -1131356 or 10796270. OLE color: 10796270.

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

Color convert

RGB238188164-
CMYK00.210.310.07
HSL19.46º68.52%78.82%-
HSV(B)19.46º31.09%93.33%-
XYZ59.9456.8242.93-
YUV200.21107.56154.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.34%
GREEN value IS 188 (73.83% from 255) = 31.86%
BLUE value IS 164 (64.45% from 255) = 27.80%
R=40.34%
G=31.86%
B=27.80%

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
Decimal23818816400.210.310.0719.4668.5278.82
HexEEBCA40151F713454f
Octal35627424402537723105117
Binary111011101011110010100100010101111111111001110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCA4; }

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

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

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

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

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

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

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

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