Html Css Color HEX #E09471 Dark Salmon

📋 copy color: '#E09471'

red 224 ◦ green 148 ◦ blue 113

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

Shades of Dark Salmon #E09471

Tints of Dark Salmon #E09471

RGB

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

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

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

R = 46.19%
G = 30.52%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E09471 (or 0xE09471) is known color: Dark Salmon. HEX triplet: E0, 94 and 71. RGB value is (224,148,113). Sum of RGB (Red+Green+Blue) = 224+148+113=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E09471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09471 is #1F6B8E. Grayscale: #A6A6A6. Windows color (decimal): -2059151 or 7443680. OLE color: 7443680.

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

Color convert

RGB 224 148 113 -
CMYK 0 0.34 0.50 0.12
HSL 18.92º 0.64% 0.66% -
HSV(B) 18.92º 0.5% 0.88% -
XYZ 44.31 38.22 20.66 -
YUV 166.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 224 148 113 0 0.34 0.50 0.12 18.92 0.64 0.66
Hex E0 94 71 0 22 32 C 13 40 42
Octal 340 224 161 0 42 62 14 23 100 102
Binary 11100000 10010100 1110001 0 100010 110010 1100 10011 1000000 1000010

Color Harmonies of #E09471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09471

Black with #E09471

Text Example


Text Example

White with #E09471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09471; }

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

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

background-color css

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

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

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

border-color css

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

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

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