#EBBBA5

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

Shades of Wax Flower #EBBBA5

Tints of Wax Flower #EBBBA5

Color information

#EBBBA5 (or 0xEBBBA5) is unknown color: approx Wax Flower. HEX triplet: EB, BB and A5. RGB value is (235,187,165). Sum of RGB (Red+Green+Blue) = 235+187+165=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 165 (64.84% from 255 or 28.11% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBBA5 is #14445A. Grayscale: #C6C6C6. Windows color (decimal): -1328219 or 10861547. OLE color: 10861547.

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

Color convert

RGB235187165-
CMYK00.200.300.08
HSL18.86º63.64%78.43%-
HSV(B)18.86º29.79%92.16%-
XYZ58.8255.9243.29-
YUV198.84108.9153.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 165 (64.84% from 255) = 28.11%
R=40.03%
G=31.86%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518716500.200.300.0818.8663.6478.43
HexEBBBA50141E813404e
Octal353273245024361023100116
Binary1110101110111011101001010101001111010001001110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBA5; }

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

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

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

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

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

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

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

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