Html Css Color HEX #EDA071 Hit Pink

📋 copy color: '#EDA071'

red 237 ◦ green 160 ◦ blue 113

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

Shades of Hit Pink #EDA071

Tints of Hit Pink #EDA071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.16%

R = 46.47%
G = 31.37%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDA071 (or 0xEDA071) is known color: Hit Pink. HEX triplet: ED, A0 and 71. RGB value is (237,160,113). Sum of RGB (Red+Green+Blue) = 237+160+113=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA071 is #125F8E. Grayscale: #B1B1B1. Windows color (decimal): -1204111 or 7446765. OLE color: 7446765.

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

Color convert

RGB 237 160 113 -
CMYK 0 0.32 0.52 0.07
HSL 22.74º 0.78% 0.69% -
HSV(B) 22.74º 0.52% 0.93% -
XYZ 50.48 44.34 21.52 -
YUV 177.67 91.51 170.32 -
System Red Green Blue C M Y K H S L
Decimal 237 160 113 0 0.32 0.52 0.07 22.74 0.78 0.69
Hex ED A0 71 0 20 34 7 17 4E 45
Octal 355 240 161 0 40 64 7 27 116 105
Binary 11101101 10100000 1110001 0 100000 110100 111 10111 1001110 1000101

Color Harmonies of #EDA071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA071

Black with #EDA071

Text Example


Text Example

White with #EDA071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA071; }

 p { color: rgb(237,160,113); }

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

background-color css

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

 a { background-color: rgb(237,160,113); }

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

border-color css

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

 span { border-color: rgb(237,160,113); }

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