Html Css Color HEX #E09A70 Dark Salmon

📋 copy color: '#E09A70'

red 224 ◦ green 154 ◦ blue 112

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

Shades of Dark Salmon #E09A70

Tints of Dark Salmon #E09A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.43%

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

R = 45.71%
G = 31.43%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E09A70 (or 0xE09A70) is known color: Dark Salmon. HEX triplet: E0, 9A and 70. RGB value is (224,154,112). Sum of RGB (Red+Green+Blue) = 224+154+112=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09A70 is #1F658F. Grayscale: #AAAAAA. Windows color (decimal): -2057616 or 7379680. OLE color: 7379680.

HSL color Cylindrical-coordinate representation of color #E09A70: hue angle of 22.5º 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 #E09A70 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 154 112 -
CMYK 0 0.31 0.50 0.12
HSL 22.5º 0.64% 0.66% -
HSV(B) 22.5º 0.5% 0.88% -
XYZ 45.22 40.13 20.69 -
YUV 170.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 224 154 112 0 0.31 0.50 0.12 22.5 0.64 0.66
Hex E0 9A 70 0 1F 32 C 16 40 42
Octal 340 232 160 0 37 62 14 26 100 102
Binary 11100000 10011010 1110000 0 11111 110010 1100 10110 1000000 1000010

Color Harmonies of #E09A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09A70

Black with #E09A70

Text Example


Text Example

White with #E09A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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