#EEBCA3

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

Shades of Wax Flower #EEBCA3

Tints of Wax Flower #EEBCA3

Color information

#EEBCA3 (or 0xEEBCA3) is unknown color: approx Wax Flower. HEX triplet: EE, BC and A3. RGB value is (238,188,163). Sum of RGB (Red+Green+Blue) = 238+188+163=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBCA3 is #11435C. Grayscale: #C8C8C8. Windows color (decimal): -1131357 or 10730734. OLE color: 10730734.

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

Color convert

RGB238188163-
CMYK00.210.320.07
HSL20º68.81%78.63%-
HSV(B)20º31.51%93.33%-
XYZ59.8556.7942.46-
YUV200.1107.06155.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.41%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 163 (64.06% from 255) = 27.67%
R=40.41%
G=31.92%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818816300.210.320.072068.8178.63
HexEEBCA301520714454f
Octal35627424302540724105117
Binary1110111010111100101000110101011000001111010010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCA3; }

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

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

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

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

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

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

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

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