Html Css Color HEX #EEA072 Hit Pink

📋 copy color: '#EEA072'

red 238 ◦ green 160 ◦ blue 114

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

Shades of Hit Pink #EEA072

Tints of Hit Pink #EEA072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.27%

R = 46.48%
G = 31.25%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EEA072 (or 0xEEA072) is known color: Hit Pink. HEX triplet: EE, A0 and 72. RGB value is (238,160,114). Sum of RGB (Red+Green+Blue) = 238+160+114=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA072 is #115F8D. Grayscale: #B2B2B2. Windows color (decimal): -1138574 or 7512302. OLE color: 7512302.

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

Color convert

RGB 238 160 114 -
CMYK 0 0.33 0.52 0.07
HSL 22.26º 0.78% 0.69% -
HSV(B) 22.26º 0.52% 0.93% -
XYZ 50.87 44.53 21.83 -
YUV 178.08 91.84 170.74 -
System Red Green Blue C M Y K H S L
Decimal 238 160 114 0 0.33 0.52 0.07 22.26 0.78 0.69
Hex EE A0 72 0 21 34 7 16 4E 45
Octal 356 240 162 0 41 64 7 26 116 105
Binary 11101110 10100000 1110010 0 100001 110100 111 10110 1001110 1000101

Color Harmonies of #EEA072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA072

Black with #EEA072

Text Example


Text Example

White with #EEA072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA072; }

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

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

background-color css

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

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

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

border-color css

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

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

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