Html Css Color HEX #ED976F Dark Salmon

📋 copy color: '#ED976F'

red 237 ◦ green 151 ◦ blue 111

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

Shades of Dark Salmon #ED976F

Tints of Dark Salmon #ED976F

RGB

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

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

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

R = 47.49%
G = 30.26%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED976F (or 0xED976F) is known color: Dark Salmon. HEX triplet: ED, 97 and 6F. RGB value is (237,151,111). Sum of RGB (Red+Green+Blue) = 237+151+111=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED976F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED976F is #126890. Grayscale: #ACACAC. Windows color (decimal): -1206417 or 7313389. OLE color: 7313389.

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

Color convert

RGB 237 151 111 -
CMYK 0 0.36 0.53 0.07
HSL 19.05º 0.78% 0.68% -
HSV(B) 19.05º 0.53% 0.93% -
XYZ 48.86 41.29 20.43 -
YUV 172.15 93.49 174.25 -
System Red Green Blue C M Y K H S L
Decimal 237 151 111 0 0.36 0.53 0.07 19.05 0.78 0.68
Hex ED 97 6F 0 24 35 7 13 4E 44
Octal 355 227 157 0 44 65 7 23 116 104
Binary 11101101 10010111 1101111 0 100100 110101 111 10011 1001110 1000100

Color Harmonies of #ED976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED976F

Black with #ED976F

Text Example


Text Example

White with #ED976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED976F; }

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

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

background-color css

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

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

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

border-color css

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

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

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