Html Css Color HEX #ED976E Dark Salmon

📋 copy color: '#ED976E'

red 237 ◦ green 151 ◦ blue 110

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

Shades of Dark Salmon #ED976E

Tints of Dark Salmon #ED976E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.32%

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

R = 47.59%
G = 30.32%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED976E (or 0xED976E) is known color: Dark Salmon. HEX triplet: ED, 97 and 6E. RGB value is (237,151,110). Sum of RGB (Red+Green+Blue) = 237+151+110=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED976E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED976E is #126891. Grayscale: #ACACAC. Windows color (decimal): -1206418 or 7247853. OLE color: 7247853.

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

Color convert

RGB 237 151 110 -
CMYK 0 0.36 0.54 0.07
HSL 19.37º 0.78% 0.68% -
HSV(B) 19.37º 0.54% 0.93% -
XYZ 48.81 41.26 20.14 -
YUV 172.04 92.99 174.33 -
System Red Green Blue C M Y K H S L
Decimal 237 151 110 0 0.36 0.54 0.07 19.37 0.78 0.68
Hex ED 97 6E 0 24 36 7 13 4E 44
Octal 355 227 156 0 44 66 7 23 116 104
Binary 11101101 10010111 1101110 0 100100 110110 111 10011 1001110 1000100

Color Harmonies of #ED976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED976E

Black with #ED976E

Text Example


Text Example

White with #ED976E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED976E; }

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

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

background-color css

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

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

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

border-color css

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

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

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