Html Css Color HEX #EDA172 Hit Pink

📋 copy color: '#EDA172'

red 237 ◦ green 161 ◦ blue 114

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

Shades of Hit Pink #EDA172

Tints of Hit Pink #EDA172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.27%

R = 46.29%
G = 31.45%
B = 22.27%

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

#EDA172 (or 0xEDA172) is known color: Hit Pink. HEX triplet: ED, A1 and 72. RGB value is (237,161,114). Sum of RGB (Red+Green+Blue) = 237+161+114=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA172 is #125E8D. Grayscale: #B2B2B2. Windows color (decimal): -1203854 or 7512557. OLE color: 7512557.

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

Color convert

RGB 237 161 114 -
CMYK 0 0.32 0.52 0.07
HSL 22.93º 0.77% 0.69% -
HSV(B) 22.93º 0.52% 0.93% -
XYZ 50.71 44.71 21.88 -
YUV 178.37 91.68 169.82 -
System Red Green Blue C M Y K H S L
Decimal 237 161 114 0 0.32 0.52 0.07 22.93 0.77 0.69
Hex ED A1 72 0 20 34 7 17 4D 45
Octal 355 241 162 0 40 64 7 27 115 105
Binary 11101101 10100001 1110010 0 100000 110100 111 10111 1001101 1000101

Color Harmonies of #EDA172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA172

Black with #EDA172

Text Example


Text Example

White with #EDA172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA172; }

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

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

background-color css

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

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

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

border-color css

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

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

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