Html Css Color HEX #EDA270 Hit Pink

📋 copy color: '#EDA270'

red 237 ◦ green 162 ◦ blue 112

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

Shades of Hit Pink #EDA270

Tints of Hit Pink #EDA270

RGB

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

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

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

R = 46.38%
G = 31.7%
B = 21.92%

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

#EDA270 (or 0xEDA270) is known color: Hit Pink. HEX triplet: ED, A2 and 70. RGB value is (237,162,112). Sum of RGB (Red+Green+Blue) = 237+162+112=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA270 is #125D8F. Grayscale: #B3B3B3. Windows color (decimal): -1203600 or 7381741. OLE color: 7381741.

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

Color convert

RGB 237 162 112 -
CMYK 0 0.32 0.53 0.07
HSL 24º 0.78% 0.68% -
HSV(B) 24º 0.53% 0.93% -
XYZ 50.77 45.02 21.34 -
YUV 178.73 90.35 169.57 -
System Red Green Blue C M Y K H S L
Decimal 237 162 112 0 0.32 0.53 0.07 24 0.78 0.68
Hex ED A2 70 0 20 35 7 18 4E 44
Octal 355 242 160 0 40 65 7 30 116 104
Binary 11101101 10100010 1110000 0 100000 110101 111 11000 1001110 1000100

Color Harmonies of #EDA270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA270

Black with #EDA270

Text Example


Text Example

White with #EDA270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA270; }

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

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

background-color css

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

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

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

border-color css

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

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

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