Html Css Color HEX #ED936A Dark Salmon

📋 copy color: '#ED936A'

red 237 ◦ green 147 ◦ blue 106

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

Shades of Dark Salmon #ED936A

Tints of Dark Salmon #ED936A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30%

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

R = 48.37%
G = 30%
B = 21.63%

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

#ED936A (or 0xED936A) is known color: Dark Salmon. HEX triplet: ED, 93 and 6A. RGB value is (237,147,106). Sum of RGB (Red+Green+Blue) = 237+147+106=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED936A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED936A is #126C95. Grayscale: #A9A9A9. Windows color (decimal): -1207446 or 6984685. OLE color: 6984685.

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

Color convert

RGB 237 147 106 -
CMYK 0 0.38 0.55 0.07
HSL 18.78º 0.78% 0.67% -
HSV(B) 18.78º 0.55% 0.93% -
XYZ 47.96 39.91 18.81 -
YUV 169.24 92.32 176.33 -
System Red Green Blue C M Y K H S L
Decimal 237 147 106 0 0.38 0.55 0.07 18.78 0.78 0.67
Hex ED 93 6A 0 26 37 7 13 4E 43
Octal 355 223 152 0 46 67 7 23 116 103
Binary 11101101 10010011 1101010 0 100110 110111 111 10011 1001110 1000011

Color Harmonies of #ED936A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED936A

Black with #ED936A

Text Example


Text Example

White with #ED936A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED936A; }

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

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

background-color css

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

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

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

border-color css

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

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

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