Html Css Color HEX #E09078 Dark Salmon

📋 copy color: '#E09078'

red 224 ◦ green 144 ◦ blue 120

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

Shades of Dark Salmon #E09078

Tints of Dark Salmon #E09078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.59%

R = 45.9%
G = 29.51%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E09078 (or 0xE09078) is known color: Dark Salmon. HEX triplet: E0, 90 and 78. RGB value is (224,144,120). Sum of RGB (Red+Green+Blue) = 224+144+120=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E09078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09078 is #1F6F87. Grayscale: #A5A5A5. Windows color (decimal): -2060168 or 7901408. OLE color: 7901408.

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

Color convert

RGB 224 144 120 -
CMYK 0 0.36 0.46 0.12
HSL 13.85º 0.63% 0.67% -
HSV(B) 13.85º 0.46% 0.88% -
XYZ 44.1 37.15 22.62 -
YUV 165.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 224 144 120 0 0.36 0.46 0.12 13.85 0.63 0.67
Hex E0 90 78 0 24 2E C E 3F 43
Octal 340 220 170 0 44 56 14 16 77 103
Binary 11100000 10010000 1111000 0 100100 101110 1100 1110 111111 1000011

Color Harmonies of #E09078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09078

Black with #E09078

Text Example


Text Example

White with #E09078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09078; }

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

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

background-color css

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

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

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

border-color css

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

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

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