Html Css Color HEX #ED967F Dark Salmon

📋 copy color: '#ED967F'

red 237 ◦ green 150 ◦ blue 127

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

Shades of Dark Salmon #ED967F

Tints of Dark Salmon #ED967F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.18%

 BLUE value IS 127 (50% from 255) = 24.71%

R = 46.11%
G = 29.18%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED967F (or 0xED967F) is known color: Dark Salmon. HEX triplet: ED, 96 and 7F. RGB value is (237,150,127). Sum of RGB (Red+Green+Blue) = 237+150+127=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED967F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED967F is #126980. Grayscale: #ADADAD. Windows color (decimal): -1206657 or 8361709. OLE color: 8361709.

HSL color Cylindrical-coordinate representation of color #ED967F: hue angle of 12.55º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED967F is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 150 127 -
CMYK 0 0.37 0.46 0.07
HSL 12.55º 0.75% 0.71% -
HSV(B) 12.55º 0.46% 0.93% -
XYZ 49.66 41.35 25.44 -
YUV 173.39 101.82 173.37 -
System Red Green Blue C M Y K H S L
Decimal 237 150 127 0 0.37 0.46 0.07 12.55 0.75 0.71
Hex ED 96 7F 0 25 2E 7 D 4B 47
Octal 355 226 177 0 45 56 7 15 113 107
Binary 11101101 10010110 1111111 0 100101 101110 111 1101 1001011 1000111

Color Harmonies of #ED967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED967F

Black with #ED967F

Text Example


Text Example

White with #ED967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED967F; }

 p { color: rgb(237,150,127); }

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

background-color css

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

 a { background-color: rgb(237,150,127); }

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

border-color css

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

 span { border-color: rgb(237,150,127); }

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