#EBB096

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

Shades of Wax Flower #EBB096

Tints of Wax Flower #EBB096

Color information

#EBB096 (or 0xEBB096) is unknown color: approx Wax Flower. HEX triplet: EB, B0 and 96. RGB value is (235,176,150). Sum of RGB (Red+Green+Blue) = 235+176+150=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB096 is #144F69. Grayscale: #BEBEBE. Windows color (decimal): -1331050 or 9875691. OLE color: 9875691.

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

Color convert

RGB235176150-
CMYK00.250.360.08
HSL18.35º68%75.49%-
HSV(B)18.35º36.17%92.16%-
XYZ55.2950.9135.77-
YUV190.68105.05159.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.89%
GREEN value IS 176 (69.14% from 255) = 31.37%
BLUE value IS 150 (58.98% from 255) = 26.74%
R=41.89%
G=31.37%
B=26.74%

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
Decimal23517615000.250.360.0818.356875.49
HexEBB09601924812444b
Octal353260226031441022104113
Binary11101011101100001001011001100110010010001001010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB096; }

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

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

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

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

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

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

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

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