Html Css Color HEX #ED946A Dark Salmon

📋 copy color: '#ED946A'

red 237 ◦ green 148 ◦ blue 106

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

Shades of Dark Salmon #ED946A

Tints of Dark Salmon #ED946A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.59%

R = 48.27%
G = 30.14%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED946A (or 0xED946A) is known color: Dark Salmon. HEX triplet: ED, 94 and 6A. RGB value is (237,148,106). Sum of RGB (Red+Green+Blue) = 237+148+106=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED946A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED946A is #126B95. Grayscale: #AAAAAA. Windows color (decimal): -1207190 or 6984941. OLE color: 6984941.

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

Color convert

RGB 237 148 106 -
CMYK 0 0.38 0.55 0.07
HSL 19.24º 0.78% 0.67% -
HSV(B) 19.24º 0.55% 0.93% -
XYZ 48.12 40.22 18.86 -
YUV 169.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 237 148 106 0 0.38 0.55 0.07 19.24 0.78 0.67
Hex ED 94 6A 0 26 37 7 13 4E 43
Octal 355 224 152 0 46 67 7 23 116 103
Binary 11101101 10010100 1101010 0 100110 110111 111 10011 1001110 1000011

Color Harmonies of #ED946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED946A

Black with #ED946A

Text Example


Text Example

White with #ED946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED946A; }

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

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

background-color css

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

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

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

border-color css

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

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

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