#EBB5A4

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

Shades of Wax Flower #EBB5A4

Tints of Wax Flower #EBB5A4

Color information

#EBB5A4 (or 0xEBB5A4) is unknown color: approx Wax Flower. HEX triplet: EB, B5 and A4. RGB value is (235,181,164). Sum of RGB (Red+Green+Blue) = 235+181+164=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 164 (64.45% from 255 or 28.28% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB5A4 is #144A5B. Grayscale: #C3C3C3. Windows color (decimal): -1329756 or 10794475. OLE color: 10794475.

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

Color convert

RGB235181164-
CMYK00.230.300.08
HSL14.37º63.96%78.24%-
HSV(B)14.37º30.21%92.16%-
XYZ57.4953.3942.4-
YUV195.21110.39156.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 181 (71.09% from 255) = 31.21%
BLUE value IS 164 (64.45% from 255) = 28.28%
R=40.52%
G=31.21%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518116400.230.300.0814.3763.9678.24
HexEBB5A40171E8e404e
Octal353265244027361016100116
Binary111010111011010110100100010111111101000111010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5A4; }

 p { color: rgb(235,181,164); }

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

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

 a { background-color: rgb(235,181,164); }

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

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

 span { border-color: rgb(235,181,164); }

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