#EBB097

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

Shades of Wax Flower #EBB097

Tints of Wax Flower #EBB097

Color information

#EBB097 (or 0xEBB097) is unknown color: approx Wax Flower. HEX triplet: EB, B0 and 97. RGB value is (235,176,151). Sum of RGB (Red+Green+Blue) = 235+176+151=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 151 (59.38% from 255 or 26.87% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB097 is #144F68. Grayscale: #BEBEBE. Windows color (decimal): -1331049 or 9941227. OLE color: 9941227.

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

Color convert

RGB235176151-
CMYK00.250.360.08
HSL17.86º67.74%75.69%-
HSV(B)17.86º35.74%92.16%-
XYZ55.3750.9536.19-
YUV190.79105.55159.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.81%
GREEN value IS 176 (69.14% from 255) = 31.32%
BLUE value IS 151 (59.38% from 255) = 26.87%
R=41.81%
G=31.32%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517615100.250.360.0817.8667.7475.69
HexEBB09701924812444c
Octal353260227031441022104114
Binary11101011101100001001011101100110010010001001010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB097; }

 p { color: rgb(235,176,151); }

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

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

 a { background-color: rgb(235,176,151); }

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

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

 span { border-color: rgb(235,176,151); }

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