Html Css Color HEX #ED946B Dark Salmon

📋 copy color: '#ED946B'

red 237 ◦ green 148 ◦ blue 107

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

Shades of Dark Salmon #ED946B

Tints of Dark Salmon #ED946B

RGB

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

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

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

R = 48.17%
G = 30.08%
B = 21.75%

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

#ED946B (or 0xED946B) is known color: Dark Salmon. HEX triplet: ED, 94 and 6B. RGB value is (237,148,107). Sum of RGB (Red+Green+Blue) = 237+148+107=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED946B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED946B is #126B94. Grayscale: #AAAAAA. Windows color (decimal): -1207189 or 7050477. OLE color: 7050477.

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

Color convert

RGB 237 148 107 -
CMYK 0 0.38 0.55 0.07
HSL 18.92º 0.78% 0.67% -
HSV(B) 18.92º 0.55% 0.93% -
XYZ 48.17 40.25 19.14 -
YUV 169.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 237 148 107 0 0.38 0.55 0.07 18.92 0.78 0.67
Hex ED 94 6B 0 26 37 7 13 4E 43
Octal 355 224 153 0 46 67 7 23 116 103
Binary 11101101 10010100 1101011 0 100110 110111 111 10011 1001110 1000011

Color Harmonies of #ED946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED946B

Black with #ED946B

Text Example


Text Example

White with #ED946B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED946B; }

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

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

background-color css

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

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

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

border-color css

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

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

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