Html Css Color HEX #ED896E Dark Salmon

📋 copy color: '#ED896E'

red 237 ◦ green 137 ◦ blue 110

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

Shades of Dark Salmon #ED896E

Tints of Dark Salmon #ED896E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.31%

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

R = 48.97%
G = 28.31%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED896E (or 0xED896E) is known color: Dark Salmon. HEX triplet: ED, 89 and 6E. RGB value is (237,137,110). Sum of RGB (Red+Green+Blue) = 237+137+110=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED896E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED896E is #127691. Grayscale: #A4A4A4. Windows color (decimal): -1210002 or 7244269. OLE color: 7244269.

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

Color convert

RGB 237 137 110 -
CMYK 0 0.42 0.54 0.07
HSL 12.76º 0.78% 0.68% -
HSV(B) 12.76º 0.54% 0.93% -
XYZ 46.69 37.02 19.44 -
YUV 163.82 97.63 180.2 -
System Red Green Blue C M Y K H S L
Decimal 237 137 110 0 0.42 0.54 0.07 12.76 0.78 0.68
Hex ED 89 6E 0 2A 36 7 D 4E 44
Octal 355 211 156 0 52 66 7 15 116 104
Binary 11101101 10001001 1101110 0 101010 110110 111 1101 1001110 1000100

Color Harmonies of #ED896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED896E

Black with #ED896E

Text Example


Text Example

White with #ED896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED896E; }

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

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

background-color css

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

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

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

border-color css

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

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

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