#EBBBA0

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

Shades of Wax Flower #EBBBA0

Tints of Wax Flower #EBBBA0

Color information

#EBBBA0 (or 0xEBBBA0) is unknown color: approx Wax Flower. HEX triplet: EB, BB and A0. RGB value is (235,187,160). Sum of RGB (Red+Green+Blue) = 235+187+160=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 160 (62.89% from 255 or 27.49% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBBA0 is #14445F. Grayscale: #C6C6C6. Windows color (decimal): -1328224 or 10533867. OLE color: 10533867.

HSL color Cylindrical-coordinate representation of color #EBBBA0: hue angle of 21.6º 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 #EBBBA0 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB235187160-
CMYK00.200.320.08
HSL21.6º65.22%77.45%-
HSV(B)21.6º31.91%92.16%-
XYZ58.3855.7440.94-
YUV198.27106.4154.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.38%
GREEN value IS 187 (73.44% from 255) = 32.13%
BLUE value IS 160 (62.89% from 255) = 27.49%
R=40.38%
G=32.13%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518716000.200.320.0821.665.2277.45
HexEBBBA001420816414d
Octal353273240024401026101115
Binary11101011101110111010000001010010000010001011010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBA0; }

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

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

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

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

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

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

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

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