#EEB499

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

Shades of Wax Flower #EEB499

Tints of Wax Flower #EEB499

Color information

#EEB499 (or 0xEEB499) is unknown color: approx Wax Flower. HEX triplet: EE, B4 and 99. RGB value is (238,180,153). Sum of RGB (Red+Green+Blue) = 238+180+153=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB499 is #114B66. Grayscale: #C2C2C2. Windows color (decimal): -1133415 or 10073326. OLE color: 10073326.

HSL color Cylindrical-coordinate representation of color #EEB499: hue angle of 19.06º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEB499 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB238180153-
CMYK00.240.360.07
HSL19.06º71.43%76.67%-
HSV(B)19.06º35.71%93.33%-
XYZ57.3353.1237.37-
YUV194.26104.72159.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.68%
GREEN value IS 180 (70.70% from 255) = 31.52%
BLUE value IS 153 (60.16% from 255) = 26.80%
R=41.68%
G=31.52%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818015300.240.360.0719.0671.4376.67
HexEEB49901824713474d
Octal35626423103044723107115
Binary1110111010110100100110010110001001001111001110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB499; }

 p { color: rgb(238,180,153); }

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

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

 a { background-color: rgb(238,180,153); }

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

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

 span { border-color: rgb(238,180,153); }

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