#EBA599

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

Shades of Wax Flower #EBA599

Tints of Wax Flower #EBA599

Color information

#EBA599 (or 0xEBA599) is unknown color: approx Wax Flower. HEX triplet: EB, A5 and 99. RGB value is (235,165,153). Sum of RGB (Red+Green+Blue) = 235+165+153=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA599 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA599 is #145A66. Grayscale: #B8B8B8. Windows color (decimal): -1333863 or 10069483. OLE color: 10069483.

HSL color Cylindrical-coordinate representation of color #EBA599: hue angle of 8.78º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBA599 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB235165153-
CMYK00.300.350.08
HSL8.78º67.21%76.08%-
HSV(B)8.78º34.89%92.16%-
XYZ53.4746.8736.37-
YUV184.56110.19163.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 165 (64.84% from 255) = 29.84%
BLUE value IS 153 (60.16% from 255) = 27.67%
R=42.50%
G=29.84%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516515300.300.350.088.7867.2176.08
HexEBA59901E2389434c
Octal353245231036431011103114
Binary1110101110100101100110010111101000111000100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA599; }

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

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

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

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

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

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

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

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