Html Css Color HEX #EEA270 Hit Pink

📋 copy color: '#EEA270'

red 238 ◦ green 162 ◦ blue 112

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

Shades of Hit Pink #EEA270

Tints of Hit Pink #EEA270

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.64%

 BLUE value IS 112 (44.14% from 255) = 21.88%

R = 46.48%
G = 31.64%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EEA270 (or 0xEEA270) is known color: Hit Pink. HEX triplet: EE, A2 and 70. RGB value is (238,162,112). Sum of RGB (Red+Green+Blue) = 238+162+112=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA270 is #115D8F. Grayscale: #B3B3B3. Windows color (decimal): -1138064 or 7381742. OLE color: 7381742.

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

Color convert

RGB 238 162 112 -
CMYK 0 0.32 0.53 0.07
HSL 23.81º 0.79% 0.69% -
HSV(B) 23.81º 0.53% 0.93% -
XYZ 51.1 45.19 21.36 -
YUV 179.02 90.18 170.07 -
System Red Green Blue C M Y K H S L
Decimal 238 162 112 0 0.32 0.53 0.07 23.81 0.79 0.69
Hex EE A2 70 0 20 35 7 18 4F 45
Octal 356 242 160 0 40 65 7 30 117 105
Binary 11101110 10100010 1110000 0 100000 110101 111 11000 1001111 1000101

Color Harmonies of #EEA270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA270

Black with #EEA270

Text Example


Text Example

White with #EEA270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA270; }

 p { color: rgb(238,162,112); }

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

background-color css

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

 a { background-color: rgb(238,162,112); }

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

border-color css

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

 span { border-color: rgb(238,162,112); }

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