Html Css Color HEX #E09A74 Dark Salmon

📋 copy color: '#E09A74'

red 224 ◦ green 154 ◦ blue 116

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

Shades of Dark Salmon #E09A74

Tints of Dark Salmon #E09A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.48%

R = 45.34%
G = 31.17%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E09A74 (or 0xE09A74) is known color: Dark Salmon. HEX triplet: E0, 9A and 74. RGB value is (224,154,116). Sum of RGB (Red+Green+Blue) = 224+154+116=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09A74 is #1F658B. Grayscale: #AAAAAA. Windows color (decimal): -2057612 or 7641824. OLE color: 7641824.

HSL color Cylindrical-coordinate representation of color #E09A74: hue angle of 21.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E09A74 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 154 116 -
CMYK 0 0.31 0.48 0.12
HSL 21.11º 0.64% 0.67% -
HSV(B) 21.11º 0.48% 0.88% -
XYZ 45.45 40.22 21.89 -
YUV 170.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 224 154 116 0 0.31 0.48 0.12 21.11 0.64 0.67
Hex E0 9A 74 0 1F 30 C 15 40 43
Octal 340 232 164 0 37 60 14 25 100 103
Binary 11100000 10011010 1110100 0 11111 110000 1100 10101 1000000 1000011

Color Harmonies of #E09A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09A74

Black with #E09A74

Text Example


Text Example

White with #E09A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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