Html Css Color HEX #E09276 Dark Salmon

📋 copy color: '#E09276'

red 224 ◦ green 146 ◦ blue 118

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

Shades of Dark Salmon #E09276

Tints of Dark Salmon #E09276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.92%

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

R = 45.9%
G = 29.92%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E09276 (or 0xE09276) is known color: Dark Salmon. HEX triplet: E0, 92 and 76. RGB value is (224,146,118). Sum of RGB (Red+Green+Blue) = 224+146+118=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E09276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09276 is #1F6D89. Grayscale: #A6A6A6. Windows color (decimal): -2059658 or 7770848. OLE color: 7770848.

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

Color convert

RGB 224 146 118 -
CMYK 0 0.35 0.47 0.12
HSL 15.85º 0.63% 0.67% -
HSV(B) 15.85º 0.47% 0.88% -
XYZ 44.29 37.71 22.08 -
YUV 166.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 224 146 118 0 0.35 0.47 0.12 15.85 0.63 0.67
Hex E0 92 76 0 23 2F C 10 3F 43
Octal 340 222 166 0 43 57 14 20 77 103
Binary 11100000 10010010 1110110 0 100011 101111 1100 10000 111111 1000011

Color Harmonies of #E09276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09276

Black with #E09276

Text Example


Text Example

White with #E09276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09276; }

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

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

background-color css

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

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

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

border-color css

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

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

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