Html Css Color HEX #EDA271 Hit Pink

📋 copy color: '#EDA271'

red 237 ◦ green 162 ◦ blue 113

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

Shades of Hit Pink #EDA271

Tints of Hit Pink #EDA271

RGB

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

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

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

R = 46.29%
G = 31.64%
B = 22.07%

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

#EDA271 (or 0xEDA271) is known color: Hit Pink. HEX triplet: ED, A2 and 71. RGB value is (237,162,113). Sum of RGB (Red+Green+Blue) = 237+162+113=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA271 is #125D8E. Grayscale: #B3B3B3. Windows color (decimal): -1203599 or 7447277. OLE color: 7447277.

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

Color convert

RGB 237 162 113 -
CMYK 0 0.32 0.52 0.07
HSL 23.71º 0.78% 0.69% -
HSV(B) 23.71º 0.52% 0.93% -
XYZ 50.83 45.04 21.64 -
YUV 178.84 90.85 169.48 -
System Red Green Blue C M Y K H S L
Decimal 237 162 113 0 0.32 0.52 0.07 23.71 0.78 0.69
Hex ED A2 71 0 20 34 7 18 4E 45
Octal 355 242 161 0 40 64 7 30 116 105
Binary 11101101 10100010 1110001 0 100000 110100 111 11000 1001110 1000101

Color Harmonies of #EDA271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA271

Black with #EDA271

Text Example


Text Example

White with #EDA271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA271; }

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

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

background-color css

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

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

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

border-color css

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

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

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