Html Css Color HEX #ED966B Dark Salmon

📋 copy color: '#ED966B'

red 237 ◦ green 150 ◦ blue 107

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

Shades of Dark Salmon #ED966B

Tints of Dark Salmon #ED966B

RGB

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

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

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

R = 47.98%
G = 30.36%
B = 21.66%

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

#ED966B (or 0xED966B) is known color: Dark Salmon. HEX triplet: ED, 96 and 6B. RGB value is (237,150,107). Sum of RGB (Red+Green+Blue) = 237+150+107=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED966B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED966B is #126994. Grayscale: #ABABAB. Windows color (decimal): -1206677 or 7050989. OLE color: 7050989.

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

Color convert

RGB 237 150 107 -
CMYK 0 0.37 0.55 0.07
HSL 19.85º 0.78% 0.67% -
HSV(B) 19.85º 0.55% 0.93% -
XYZ 48.49 40.88 19.24 -
YUV 171.11 91.82 175 -
System Red Green Blue C M Y K H S L
Decimal 237 150 107 0 0.37 0.55 0.07 19.85 0.78 0.67
Hex ED 96 6B 0 25 37 7 14 4E 43
Octal 355 226 153 0 45 67 7 24 116 103
Binary 11101101 10010110 1101011 0 100101 110111 111 10100 1001110 1000011

Color Harmonies of #ED966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED966B

Black with #ED966B

Text Example


Text Example

White with #ED966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED966B; }

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

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

background-color css

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

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

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

border-color css

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

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

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