#EEA06F

Color #EEA06F Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #EEA06F

Tints of Hit Pink #EEA06F

Color information

#EEA06F (or 0xEEA06F) is unknown color: approx Hit Pink. HEX triplet: EE, A0 and 6F. RGB value is (238,160,111). Sum of RGB (Red+Green+Blue) = 238+160+111=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA06F is #115F90. Grayscale: #B2B2B2. Windows color (decimal): -1138577 or 7315694. OLE color: 7315694.

HSL color Cylindrical-coordinate representation of color #EEA06F: hue angle of 23.15º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEA06F is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB238160111-
CMYK00.330.530.07
HSL23.15º78.88%68.43%-
HSV(B)23.15º53.36%93.33%-
XYZ50.744.4720.95-
YUV177.7490.34170.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.76%
GREEN value IS 160 (62.89% from 255) = 31.43%
BLUE value IS 111 (43.75% from 255) = 21.81%
R=46.76%
G=31.43%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816011100.330.530.0723.1578.8868.43
HexEEA06F021357174f44
Octal35624015704165727117104
Binary1110111010100000110111101000011101011111011110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA06F; }

 p { color: rgb(238,160,111); }

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

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

 a { background-color: rgb(238,160,111); }

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

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

 span { border-color: rgb(238,160,111); }

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