#EBBCA3

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

Shades of Wax Flower #EBBCA3

Tints of Wax Flower #EBBCA3

Color information

#EBBCA3 (or 0xEBBCA3) is unknown color: approx Wax Flower. HEX triplet: EB, BC and A3. RGB value is (235,188,163). Sum of RGB (Red+Green+Blue) = 235+188+163=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 163 (64.06% from 255 or 27.82% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBCA3 is #14435C. Grayscale: #C7C7C7. Windows color (decimal): -1327965 or 10730731. OLE color: 10730731.

HSL color Cylindrical-coordinate representation of color #EBBCA3: hue angle of 20.83º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBBCA3 is Cyan = 0, Magento = 0.2, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB235188163-
CMYK00.20.310.08
HSL20.83º64.29%78.04%-
HSV(B)20.83º30.64%92.16%-
XYZ58.8656.2742.41-
YUV199.2107.57153.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 163 (64.06% from 255) = 27.82%
R=40.10%
G=32.08%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518816300.20.310.0820.8364.2978.04
HexEBBCA30141F815404e
Octal353274243024371025100116
Binary1110101110111100101000110101001111110001010110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCA3; }

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

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

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

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

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

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

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

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