Html Css Color HEX #E09271 Dark Salmon

📋 copy color: '#E09271'

red 224 ◦ green 146 ◦ blue 113

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

Shades of Dark Salmon #E09271

Tints of Dark Salmon #E09271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.4%

R = 46.38%
G = 30.23%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E09271 (or 0xE09271) is known color: Dark Salmon. HEX triplet: E0, 92 and 71. RGB value is (224,146,113). Sum of RGB (Red+Green+Blue) = 224+146+113=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E09271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09271 is #1F6D8E. Grayscale: #A5A5A5. Windows color (decimal): -2059663 or 7443168. OLE color: 7443168.

HSL color Cylindrical-coordinate representation of color #E09271: hue angle of 17.84º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E09271 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 146 113 -
CMYK 0 0.35 0.50 0.12
HSL 17.84º 0.64% 0.66% -
HSV(B) 17.84º 0.5% 0.88% -
XYZ 44 37.6 20.56 -
YUV 165.56 98.34 169.68 -
System Red Green Blue C M Y K H S L
Decimal 224 146 113 0 0.35 0.50 0.12 17.84 0.64 0.66
Hex E0 92 71 0 23 32 C 12 40 42
Octal 340 222 161 0 43 62 14 22 100 102
Binary 11100000 10010010 1110001 0 100011 110010 1100 10010 1000000 1000010

Color Harmonies of #E09271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09271

Black with #E09271

Text Example


Text Example

White with #E09271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09271; }

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

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

background-color css

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

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

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

border-color css

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

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

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