Html Css Color HEX #EDA170 Hit Pink

📋 copy color: '#EDA170'

red 237 ◦ green 161 ◦ blue 112

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

Shades of Hit Pink #EDA170

Tints of Hit Pink #EDA170

RGB

 RED value IS 237 (92.97% from 255) = 46.47%

 GREEN value IS 161 (63.28% from 255) = 31.57%

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

R = 46.47%
G = 31.57%
B = 21.96%

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

#EDA170 (or 0xEDA170) is known color: Hit Pink. HEX triplet: ED, A1 and 70. RGB value is (237,161,112). Sum of RGB (Red+Green+Blue) = 237+161+112=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA170 is #125E8F. Grayscale: #B2B2B2. Windows color (decimal): -1203856 or 7381485. OLE color: 7381485.

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

Color convert

RGB 237 161 112 -
CMYK 0 0.32 0.53 0.07
HSL 23.52º 0.78% 0.68% -
HSV(B) 23.52º 0.53% 0.93% -
XYZ 50.59 44.66 21.28 -
YUV 178.14 90.68 169.98 -
System Red Green Blue C M Y K H S L
Decimal 237 161 112 0 0.32 0.53 0.07 23.52 0.78 0.68
Hex ED A1 70 0 20 35 7 18 4E 44
Octal 355 241 160 0 40 65 7 30 116 104
Binary 11101101 10100001 1110000 0 100000 110101 111 11000 1001110 1000100

Color Harmonies of #EDA170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA170

Black with #EDA170

Text Example


Text Example

White with #EDA170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA170; }

 p { color: rgb(237,161,112); }

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

background-color css

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

 a { background-color: rgb(237,161,112); }

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

border-color css

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

 span { border-color: rgb(237,161,112); }

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