Html Css Color HEX #EEA370 Hit Pink

📋 copy color: '#EEA370'

red 238 ◦ green 163 ◦ blue 112

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

Shades of Hit Pink #EEA370

Tints of Hit Pink #EEA370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.77%

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

R = 46.39%
G = 31.77%
B = 21.83%

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

#EEA370 (or 0xEEA370) is known color: Hit Pink. HEX triplet: EE, A3 and 70. RGB value is (238,163,112). Sum of RGB (Red+Green+Blue) = 238+163+112=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA370 is #115C8F. Grayscale: #B3B3B3. Windows color (decimal): -1137808 or 7381998. OLE color: 7381998.

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

Color convert

RGB 238 163 112 -
CMYK 0 0.32 0.53 0.07
HSL 24.29º 0.79% 0.69% -
HSV(B) 24.29º 0.53% 0.93% -
XYZ 51.28 45.54 21.42 -
YUV 179.61 89.85 169.65 -
System Red Green Blue C M Y K H S L
Decimal 238 163 112 0 0.32 0.53 0.07 24.29 0.79 0.69
Hex EE A3 70 0 20 35 7 18 4F 45
Octal 356 243 160 0 40 65 7 30 117 105
Binary 11101110 10100011 1110000 0 100000 110101 111 11000 1001111 1000101

Color Harmonies of #EEA370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA370

Black with #EEA370

Text Example


Text Example

White with #EEA370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA370; }

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

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

background-color css

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

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

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

border-color css

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

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

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