Html Css Color HEX #EEA071 Hit Pink

📋 copy color: '#EEA071'

red 238 ◦ green 160 ◦ blue 113

#EEA071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Pink #EEA071

Tints of Hit Pink #EEA071

RGB

 RED value IS 238 (93.36% from 255) = 46.58%

 GREEN value IS 160 (62.89% from 255) = 31.31%

 BLUE value IS 113 (44.53% from 255) = 22.11%

R = 46.58%
G = 31.31%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EEA071 (or 0xEEA071) is known color: Hit Pink. HEX triplet: EE, A0 and 71. RGB value is (238,160,113). Sum of RGB (Red+Green+Blue) = 238+160+113=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA071 is #115F8E. Grayscale: #B2B2B2. Windows color (decimal): -1138575 or 7446766. OLE color: 7446766.

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

Color convert

RGB 238 160 113 -
CMYK 0 0.33 0.53 0.07
HSL 22.56º 0.79% 0.69% -
HSV(B) 22.56º 0.53% 0.93% -
XYZ 50.81 44.51 21.54 -
YUV 177.96 91.34 170.82 -
System Red Green Blue C M Y K H S L
Decimal 238 160 113 0 0.33 0.53 0.07 22.56 0.79 0.69
Hex EE A0 71 0 21 35 7 17 4F 45
Octal 356 240 161 0 41 65 7 27 117 105
Binary 11101110 10100000 1110001 0 100001 110101 111 10111 1001111 1000101

Color Harmonies of #EEA071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA071

Black with #EEA071

Text Example


Text Example

White with #EEA071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA071; }

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

 H1.HeaderClassName
 {
   color: #EEA071;
 }
 .AnyTagClassName
 {
   color: #EEA071;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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