#EDA071

Color #EDA071 Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #EDA071

Tints of Hit Pink #EDA071

Color information

#EDA071 (or 0xEDA071) is unknown color: approx 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.78, 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

RGB237160113-
CMYK00.320.520.07
HSL22.74º77.5%68.63%-
HSV(B)22.74º52.32%92.94%-
XYZ50.4844.3421.52-
YUV177.6691.51170.32-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716011300.320.520.0722.7477.568.63
HexEDA071020347174e45
Octal35524016104064727116105
Binary1110110110100000111000101000001101001111011110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>