Html Css Color HEX #EDA06E Hit Pink

📋 copy color: '#EDA06E'

red 237 ◦ green 160 ◦ blue 110

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

Shades of Hit Pink #EDA06E

Tints of Hit Pink #EDA06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.7%

R = 46.75%
G = 31.56%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDA06E (or 0xEDA06E) is known color: Hit Pink. HEX triplet: ED, A0 and 6E. RGB value is (237,160,110). Sum of RGB (Red+Green+Blue) = 237+160+110=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 110 (43.36% from 255 or 21.70% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA06E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA06E is #125F91. Grayscale: #B1B1B1. Windows color (decimal): -1204114 or 7250157. OLE color: 7250157.

HSL color Cylindrical-coordinate representation of color #EDA06E: hue angle of 23.62º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDA06E is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 160 110 -
CMYK 0 0.32 0.54 0.07
HSL 23.62º 0.78% 0.68% -
HSV(B) 23.62º 0.54% 0.93% -
XYZ 50.31 44.27 20.65 -
YUV 177.32 90.01 170.57 -
System Red Green Blue C M Y K H S L
Decimal 237 160 110 0 0.32 0.54 0.07 23.62 0.78 0.68
Hex ED A0 6E 0 20 36 7 18 4E 44
Octal 355 240 156 0 40 66 7 30 116 104
Binary 11101101 10100000 1101110 0 100000 110110 111 11000 1001110 1000100

Color Harmonies of #EDA06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA06E

Black with #EDA06E

Text Example


Text Example

White with #EDA06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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