Html Css Color HEX #ED967B Dark Salmon

📋 copy color: '#ED967B'

red 237 ◦ green 150 ◦ blue 123

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

Shades of Dark Salmon #ED967B

Tints of Dark Salmon #ED967B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.12%

R = 46.47%
G = 29.41%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED967B (or 0xED967B) is known color: Dark Salmon. HEX triplet: ED, 96 and 7B. RGB value is (237,150,123). Sum of RGB (Red+Green+Blue) = 237+150+123=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED967B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED967B is #126984. Grayscale: #ADADAD. Windows color (decimal): -1206661 or 8099565. OLE color: 8099565.

HSL color Cylindrical-coordinate representation of color #ED967B: hue angle of 14.21º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED967B is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 150 123 -
CMYK 0 0.37 0.48 0.07
HSL 14.21º 0.76% 0.71% -
HSV(B) 14.21º 0.48% 0.93% -
XYZ 49.41 41.25 24.1 -
YUV 172.94 99.82 173.7 -
System Red Green Blue C M Y K H S L
Decimal 237 150 123 0 0.37 0.48 0.07 14.21 0.76 0.71
Hex ED 96 7B 0 25 30 7 E 4C 47
Octal 355 226 173 0 45 60 7 16 114 107
Binary 11101101 10010110 1111011 0 100101 110000 111 1110 1001100 1000111

Color Harmonies of #ED967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED967B

Black with #ED967B

Text Example


Text Example

White with #ED967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED967B; }

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

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

background-color css

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

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

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

border-color css

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

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

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