Html Css Color HEX #E09576 Dark Salmon

📋 copy color: '#E09576'

red 224 ◦ green 149 ◦ blue 118

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

Shades of Dark Salmon #E09576

Tints of Dark Salmon #E09576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.03%

R = 45.62%
G = 30.35%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E09576 (or 0xE09576) is known color: Dark Salmon. HEX triplet: E0, 95 and 76. RGB value is (224,149,118). Sum of RGB (Red+Green+Blue) = 224+149+118=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E09576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09576 is #1F6A89. Grayscale: #A8A8A8. Windows color (decimal): -2058890 or 7771616. OLE color: 7771616.

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

Color convert

RGB 224 149 118 -
CMYK 0 0.33 0.47 0.12
HSL 17.55º 0.63% 0.67% -
HSV(B) 17.55º 0.47% 0.88% -
XYZ 44.76 38.65 22.24 -
YUV 167.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 224 149 118 0 0.33 0.47 0.12 17.55 0.63 0.67
Hex E0 95 76 0 21 2F C 12 3F 43
Octal 340 225 166 0 41 57 14 22 77 103
Binary 11100000 10010101 1110110 0 100001 101111 1100 10010 111111 1000011

Color Harmonies of #E09576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09576

Black with #E09576

Text Example


Text Example

White with #E09576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09576; }

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

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

background-color css

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

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

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

border-color css

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

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

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