Html Css Color HEX #ED996E Dark Salmon

📋 copy color: '#ED996E'

red 237 ◦ green 153 ◦ blue 110

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

Shades of Dark Salmon #ED996E

Tints of Dark Salmon #ED996E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.6%

 BLUE value IS 110 (43.36% from 255) = 22%

R = 47.4%
G = 30.6%
B = 22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED996E (or 0xED996E) is known color: Dark Salmon. HEX triplet: ED, 99 and 6E. RGB value is (237,153,110). Sum of RGB (Red+Green+Blue) = 237+153+110=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED996E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED996E is #126691. Grayscale: #ADADAD. Windows color (decimal): -1205906 or 7248365. OLE color: 7248365.

HSL color Cylindrical-coordinate representation of color #ED996E: hue angle of 20.31º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED996E is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 153 110 -
CMYK 0 0.35 0.54 0.07
HSL 20.31º 0.78% 0.68% -
HSV(B) 20.31º 0.54% 0.93% -
XYZ 49.13 41.91 20.25 -
YUV 173.21 92.33 173.5 -
System Red Green Blue C M Y K H S L
Decimal 237 153 110 0 0.35 0.54 0.07 20.31 0.78 0.68
Hex ED 99 6E 0 23 36 7 14 4E 44
Octal 355 231 156 0 43 66 7 24 116 104
Binary 11101101 10011001 1101110 0 100011 110110 111 10100 1001110 1000100

Color Harmonies of #ED996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED996E

Black with #ED996E

Text Example


Text Example

White with #ED996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED996E; }

 p { color: rgb(237,153,110); }

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

background-color css

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

 a { background-color: rgb(237,153,110); }

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

border-color css

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

 span { border-color: rgb(237,153,110); }

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