Html Css Color HEX #EFA270 Hit Pink

📋 copy color: '#EFA270'

red 239 ◦ green 162 ◦ blue 112

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

Shades of Hit Pink #EFA270

Tints of Hit Pink #EFA270

RGB

 RED value IS 239 (93.75% from 255) = 46.59%

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

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

R = 46.59%
G = 31.58%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFA270 (or 0xEFA270) is known color: Hit Pink. HEX triplet: EF, A2 and 70. RGB value is (239,162,112). Sum of RGB (Red+Green+Blue) = 239+162+112=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA270 is #105D8F. Grayscale: #B3B3B3. Windows color (decimal): -1072528 or 7381743. OLE color: 7381743.

HSL color Cylindrical-coordinate representation of color #EFA270: hue angle of 23.62º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFA270 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 162 112 -
CMYK 0 0.32 0.53 0.06
HSL 23.62º 0.8% 0.69% -
HSV(B) 23.62º 0.53% 0.94% -
XYZ 51.44 45.36 21.37 -
YUV 179.32 90.01 170.57 -
System Red Green Blue C M Y K H S L
Decimal 239 162 112 0 0.32 0.53 0.06 23.62 0.8 0.69
Hex EF A2 70 0 20 35 6 18 50 45
Octal 357 242 160 0 40 65 6 30 120 105
Binary 11101111 10100010 1110000 0 100000 110101 110 11000 1010000 1000101

Color Harmonies of #EFA270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA270

Black with #EFA270

Text Example


Text Example

White with #EFA270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA270; }

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

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

background-color css

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

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

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

border-color css

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

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

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