#EBB598

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

Shades of Wax Flower #EBB598

Tints of Wax Flower #EBB598

Color information

#EBB598 (or 0xEBB598) is unknown color: approx Wax Flower. HEX triplet: EB, B5 and 98. RGB value is (235,181,152). Sum of RGB (Red+Green+Blue) = 235+181+152=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB598 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB598 is #144A67. Grayscale: #C2C2C2. Windows color (decimal): -1329768 or 10008043. OLE color: 10008043.

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

Color convert

RGB235181152-
CMYK00.230.350.08
HSL20.96º67.48%75.88%-
HSV(B)20.96º35.32%92.16%-
XYZ56.4552.9836.96-
YUV193.84104.39157.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.37%
GREEN value IS 181 (71.09% from 255) = 31.87%
BLUE value IS 152 (59.77% from 255) = 26.76%
R=41.37%
G=31.87%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518115200.230.350.0820.9667.4875.88
HexEBB59801723815434c
Octal353265230027431025103114
Binary11101011101101011001100001011110001110001010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB598; }

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

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

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

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

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

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

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

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