Html Css Color HEX #E09574 Dark Salmon

📋 copy color: '#E09574'

red 224 ◦ green 149 ◦ blue 116

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

Shades of Dark Salmon #E09574

Tints of Dark Salmon #E09574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.47%

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

R = 45.81%
G = 30.47%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E09574 (or 0xE09574) is known color: Dark Salmon. HEX triplet: E0, 95 and 74. RGB value is (224,149,116). Sum of RGB (Red+Green+Blue) = 224+149+116=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E09574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09574 is #1F6A8B. Grayscale: #A7A7A7. Windows color (decimal): -2058892 or 7640544. OLE color: 7640544.

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

Color convert

RGB 224 149 116 -
CMYK 0 0.33 0.48 0.12
HSL 18.33º 0.64% 0.67% -
HSV(B) 18.33º 0.48% 0.88% -
XYZ 44.64 38.6 21.62 -
YUV 167.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 224 149 116 0 0.33 0.48 0.12 18.33 0.64 0.67
Hex E0 95 74 0 21 30 C 12 40 43
Octal 340 225 164 0 41 60 14 22 100 103
Binary 11100000 10010101 1110100 0 100001 110000 1100 10010 1000000 1000011

Color Harmonies of #E09574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09574

Black with #E09574

Text Example


Text Example

White with #E09574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09574; }

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

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

background-color css

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

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

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

border-color css

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

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

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