#EEA699

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

Shades of Wax Flower #EEA699

Tints of Wax Flower #EEA699

Color information

#EEA699 (or 0xEEA699) is unknown color: approx Wax Flower. HEX triplet: EE, A6 and 99. RGB value is (238,166,153). Sum of RGB (Red+Green+Blue) = 238+166+153=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA699 is #115966. Grayscale: #BABABA. Windows color (decimal): -1136999 or 10069742. OLE color: 10069742.

HSL color Cylindrical-coordinate representation of color #EEA699: hue angle of 9.18º 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 #EEA699 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB238166153-
CMYK00.300.360.07
HSL9.18º71.43%76.67%-
HSV(B)9.18º35.71%93.33%-
XYZ54.6547.7536.47-
YUV186.05109.35165.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.73%
GREEN value IS 166 (65.23% from 255) = 29.80%
BLUE value IS 153 (60.16% from 255) = 27.47%
R=42.73%
G=29.80%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816615300.300.360.079.1871.4376.67
HexEEA69901E2479474d
Octal35624623103644711107115
Binary111011101010011010011001011110100100111100110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA699; }

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

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

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

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

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

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

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

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