Html Css Color HEX #ED966A Dark Salmon

📋 copy color: '#ED966A'

red 237 ◦ green 150 ◦ blue 106

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

Shades of Dark Salmon #ED966A

Tints of Dark Salmon #ED966A

RGB

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

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

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

R = 48.07%
G = 30.43%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED966A (or 0xED966A) is known color: Dark Salmon. HEX triplet: ED, 96 and 6A. RGB value is (237,150,106). Sum of RGB (Red+Green+Blue) = 237+150+106=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED966A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED966A is #126995. Grayscale: #ABABAB. Windows color (decimal): -1206678 or 6985453. OLE color: 6985453.

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

Color convert

RGB 237 150 106 -
CMYK 0 0.37 0.55 0.07
HSL 20.15º 0.78% 0.67% -
HSV(B) 20.15º 0.55% 0.93% -
XYZ 48.43 40.86 18.97 -
YUV 171 91.32 175.08 -
System Red Green Blue C M Y K H S L
Decimal 237 150 106 0 0.37 0.55 0.07 20.15 0.78 0.67
Hex ED 96 6A 0 25 37 7 14 4E 43
Octal 355 226 152 0 45 67 7 24 116 103
Binary 11101101 10010110 1101010 0 100101 110111 111 10100 1001110 1000011

Color Harmonies of #ED966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED966A

Black with #ED966A

Text Example


Text Example

White with #ED966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED966A; }

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

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

background-color css

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

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

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

border-color css

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

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

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