Html Css Color HEX #E09478 Dark Salmon

📋 copy color: '#E09478'

red 224 ◦ green 148 ◦ blue 120

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

Shades of Dark Salmon #E09478

Tints of Dark Salmon #E09478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.08%

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

R = 45.53%
G = 30.08%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E09478 (or 0xE09478) is known color: Dark Salmon. HEX triplet: E0, 94 and 78. RGB value is (224,148,120). Sum of RGB (Red+Green+Blue) = 224+148+120=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E09478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09478 is #1F6B87. Grayscale: #A7A7A7. Windows color (decimal): -2059144 or 7902432. OLE color: 7902432.

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

Color convert

RGB 224 148 120 -
CMYK 0 0.34 0.46 0.12
HSL 16.15º 0.63% 0.67% -
HSV(B) 16.15º 0.46% 0.88% -
XYZ 44.72 38.38 22.82 -
YUV 167.53 101.18 168.28 -
System Red Green Blue C M Y K H S L
Decimal 224 148 120 0 0.34 0.46 0.12 16.15 0.63 0.67
Hex E0 94 78 0 22 2E C 10 3F 43
Octal 340 224 170 0 42 56 14 20 77 103
Binary 11100000 10010100 1111000 0 100010 101110 1100 10000 111111 1000011

Color Harmonies of #E09478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09478

Black with #E09478

Text Example


Text Example

White with #E09478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09478; }

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

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

background-color css

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

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

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

border-color css

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

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

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