Html Css Color HEX #E09074 Dark Salmon

📋 copy color: '#E09074'

red 224 ◦ green 144 ◦ blue 116

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

Shades of Dark Salmon #E09074

Tints of Dark Salmon #E09074

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.75%

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

R = 46.28%
G = 29.75%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E09074 (or 0xE09074) is known color: Dark Salmon. HEX triplet: E0, 90 and 74. RGB value is (224,144,116). Sum of RGB (Red+Green+Blue) = 224+144+116=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E09074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09074 is #1F6F8B. Grayscale: #A4A4A4. Windows color (decimal): -2060172 or 7639264. OLE color: 7639264.

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

Color convert

RGB 224 144 116 -
CMYK 0 0.36 0.48 0.12
HSL 15.56º 0.64% 0.67% -
HSV(B) 15.56º 0.48% 0.88% -
XYZ 43.87 37.05 21.36 -
YUV 164.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 224 144 116 0 0.36 0.48 0.12 15.56 0.64 0.67
Hex E0 90 74 0 24 30 C 10 40 43
Octal 340 220 164 0 44 60 14 20 100 103
Binary 11100000 10010000 1110100 0 100100 110000 1100 10000 1000000 1000011

Color Harmonies of #E09074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09074

Black with #E09074

Text Example


Text Example

White with #E09074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09074; }

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

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

background-color css

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

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

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

border-color css

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

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

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