#EBBCA0

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

Shades of Wax Flower #EBBCA0

Tints of Wax Flower #EBBCA0

Color information

#EBBCA0 (or 0xEBBCA0) is unknown color: approx Wax Flower. HEX triplet: EB, BC and A0. RGB value is (235,188,160). Sum of RGB (Red+Green+Blue) = 235+188+160=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBCA0 is #14435F. Grayscale: #C7C7C7. Windows color (decimal): -1327968 or 10534123. OLE color: 10534123.

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

Color convert

RGB235188160-
CMYK00.20.320.08
HSL22.4º65.22%77.45%-
HSV(B)22.4º31.91%92.16%-
XYZ58.5956.1741.01-
YUV198.86106.07153.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.31%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 160 (62.89% from 255) = 27.44%
R=40.31%
G=32.25%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518816000.20.320.0822.465.2277.45
HexEBBCA001420816414d
Octal353274240024401026101115
Binary11101011101111001010000001010010000010001011010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCA0; }

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

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

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

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

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

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

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

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