Html Css Color HEX #ED946F Dark Salmon

📋 copy color: '#ED946F'

red 237 ◦ green 148 ◦ blue 111

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

Shades of Dark Salmon #ED946F

Tints of Dark Salmon #ED946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.84%

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

R = 47.78%
G = 29.84%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED946F (or 0xED946F) is known color: Dark Salmon. HEX triplet: ED, 94 and 6F. RGB value is (237,148,111). Sum of RGB (Red+Green+Blue) = 237+148+111=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED946F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED946F is #126B90. Grayscale: #AAAAAA. Windows color (decimal): -1207185 or 7312621. OLE color: 7312621.

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

Color convert

RGB 237 148 111 -
CMYK 0 0.38 0.53 0.07
HSL 17.62º 0.78% 0.68% -
HSV(B) 17.62º 0.53% 0.93% -
XYZ 48.38 40.33 20.27 -
YUV 170.39 94.49 175.51 -
System Red Green Blue C M Y K H S L
Decimal 237 148 111 0 0.38 0.53 0.07 17.62 0.78 0.68
Hex ED 94 6F 0 26 35 7 12 4E 44
Octal 355 224 157 0 46 65 7 22 116 104
Binary 11101101 10010100 1101111 0 100110 110101 111 10010 1001110 1000100

Color Harmonies of #ED946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED946F

Black with #ED946F

Text Example


Text Example

White with #ED946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED946F; }

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

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

background-color css

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

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

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

border-color css

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

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

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