Html Css Color HEX #E09970 Dark Salmon

📋 copy color: '#E09970'

red 224 ◦ green 153 ◦ blue 112

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

Shades of Dark Salmon #E09970

Tints of Dark Salmon #E09970

RGB

 RED value IS 224 (87.89% from 255) = 45.81%

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

 BLUE value IS 112 (44.14% from 255) = 22.9%

R = 45.81%
G = 31.29%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E09970 (or 0xE09970) is known color: Dark Salmon. HEX triplet: E0, 99 and 70. RGB value is (224,153,112). Sum of RGB (Red+Green+Blue) = 224+153+112=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E09970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09970 is #1F668F. Grayscale: #A9A9A9. Windows color (decimal): -2057872 or 7379424. OLE color: 7379424.

HSL color Cylindrical-coordinate representation of color #E09970: hue angle of 21.96º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E09970 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 153 112 -
CMYK 0 0.32 0.50 0.12
HSL 21.96º 0.64% 0.66% -
HSV(B) 21.96º 0.5% 0.88% -
XYZ 45.06 39.8 20.64 -
YUV 169.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 224 153 112 0 0.32 0.50 0.12 21.96 0.64 0.66
Hex E0 99 70 0 20 32 C 16 40 42
Octal 340 231 160 0 40 62 14 26 100 102
Binary 11100000 10011001 1110000 0 100000 110010 1100 10110 1000000 1000010

Color Harmonies of #E09970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09970

Black with #E09970

Text Example


Text Example

White with #E09970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09970; }

 p { color: rgb(224,153,112); }

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

background-color css

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

 a { background-color: rgb(224,153,112); }

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

border-color css

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

 span { border-color: rgb(224,153,112); }

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