#EBB199

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

Shades of Wax Flower #EBB199

Tints of Wax Flower #EBB199

Color information

#EBB199 (or 0xEBB199) is unknown color: approx Wax Flower. HEX triplet: EB, B1 and 99. RGB value is (235,177,153). Sum of RGB (Red+Green+Blue) = 235+177+153=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB199 is #144E66. Grayscale: #BFBFBF. Windows color (decimal): -1330791 or 10072555. OLE color: 10072555.

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

Color convert

RGB235177153-
CMYK00.250.350.08
HSL17.56º67.21%76.08%-
HSV(B)17.56º34.89%92.16%-
XYZ55.7351.4137.12-
YUV191.61106.22158.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.59%
GREEN value IS 177 (69.53% from 255) = 31.33%
BLUE value IS 153 (60.16% from 255) = 27.08%
R=41.59%
G=31.33%
B=27.08%

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
Decimal23517715300.250.350.0817.5667.2176.08
HexEBB19901923812434c
Octal353261231031431022103114
Binary11101011101100011001100101100110001110001001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB199; }

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

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

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

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

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

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

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

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