Html Css Color HEX #EDA06F Hit Pink

📋 copy color: '#EDA06F'

red 237 ◦ green 160 ◦ blue 111

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

Shades of Hit Pink #EDA06F

Tints of Hit Pink #EDA06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.85%

R = 46.65%
G = 31.5%
B = 21.85%

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

#EDA06F (or 0xEDA06F) is known color: Hit Pink. HEX triplet: ED, A0 and 6F. RGB value is (237,160,111). Sum of RGB (Red+Green+Blue) = 237+160+111=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA06F is #125F90. Grayscale: #B1B1B1. Windows color (decimal): -1204113 or 7315693. OLE color: 7315693.

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

Color convert

RGB 237 160 111 -
CMYK 0 0.32 0.53 0.07
HSL 23.33º 0.78% 0.68% -
HSV(B) 23.33º 0.53% 0.93% -
XYZ 50.37 44.29 20.93 -
YUV 177.44 90.51 170.48 -
System Red Green Blue C M Y K H S L
Decimal 237 160 111 0 0.32 0.53 0.07 23.33 0.78 0.68
Hex ED A0 6F 0 20 35 7 17 4E 44
Octal 355 240 157 0 40 65 7 27 116 104
Binary 11101101 10100000 1101111 0 100000 110101 111 10111 1001110 1000100

Color Harmonies of #EDA06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA06F

Black with #EDA06F

Text Example


Text Example

White with #EDA06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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