Html Css Color HEX #ED976B Dark Salmon

📋 copy color: '#ED976B'

red 237 ◦ green 151 ◦ blue 107

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

Shades of Dark Salmon #ED976B

Tints of Dark Salmon #ED976B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.62%

R = 47.88%
G = 30.51%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED976B (or 0xED976B) is known color: Dark Salmon. HEX triplet: ED, 97 and 6B. RGB value is (237,151,107). Sum of RGB (Red+Green+Blue) = 237+151+107=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED976B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED976B is #126894. Grayscale: #ABABAB. Windows color (decimal): -1206421 or 7051245. OLE color: 7051245.

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

Color convert

RGB 237 151 107 -
CMYK 0 0.36 0.55 0.07
HSL 20.31º 0.78% 0.67% -
HSV(B) 20.31º 0.55% 0.93% -
XYZ 48.65 41.2 19.3 -
YUV 171.7 91.49 174.58 -
System Red Green Blue C M Y K H S L
Decimal 237 151 107 0 0.36 0.55 0.07 20.31 0.78 0.67
Hex ED 97 6B 0 24 37 7 14 4E 43
Octal 355 227 153 0 44 67 7 24 116 103
Binary 11101101 10010111 1101011 0 100100 110111 111 10100 1001110 1000011

Color Harmonies of #ED976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED976B

Black with #ED976B

Text Example


Text Example

White with #ED976B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED976B; }

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

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

background-color css

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

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

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

border-color css

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

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

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