#EBB099

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

Shades of Wax Flower #EBB099

Tints of Wax Flower #EBB099

Color information

#EBB099 (or 0xEBB099) is unknown color: approx Wax Flower. HEX triplet: EB, B0 and 99. RGB value is (235,176,153). Sum of RGB (Red+Green+Blue) = 235+176+153=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB099 is #144F66. Grayscale: #BFBFBF. Windows color (decimal): -1331047 or 10072299. OLE color: 10072299.

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

Color convert

RGB235176153-
CMYK00.250.350.08
HSL16.83º67.21%76.08%-
HSV(B)16.83º34.89%92.16%-
XYZ55.5451.0137.06-
YUV191.02106.55159.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.67%
GREEN value IS 176 (69.14% from 255) = 31.21%
BLUE value IS 153 (60.16% from 255) = 27.13%
R=41.67%
G=31.21%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517615300.250.350.0816.8367.2176.08
HexEBB09901923811434c
Octal353260231031431021103114
Binary11101011101100001001100101100110001110001000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB099; }

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

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

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

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

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

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

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

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