Html Css Color HEX #E09172 Dark Salmon

📋 copy color: '#E09172'

red 224 ◦ green 145 ◦ blue 114

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

Shades of Dark Salmon #E09172

Tints of Dark Salmon #E09172

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.02%

 BLUE value IS 114 (44.92% from 255) = 23.6%

R = 46.38%
G = 30.02%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E09172 (or 0xE09172) is known color: Dark Salmon. HEX triplet: E0, 91 and 72. RGB value is (224,145,114). Sum of RGB (Red+Green+Blue) = 224+145+114=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E09172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09172 is #1F6E8D. Grayscale: #A5A5A5. Windows color (decimal): -2059918 or 7508448. OLE color: 7508448.

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

Color convert

RGB 224 145 114 -
CMYK 0 0.35 0.49 0.12
HSL 16.91º 0.64% 0.66% -
HSV(B) 16.91º 0.49% 0.88% -
XYZ 43.9 37.31 20.81 -
YUV 165.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 224 145 114 0 0.35 0.49 0.12 16.91 0.64 0.66
Hex E0 91 72 0 23 31 C 11 40 42
Octal 340 221 162 0 43 61 14 21 100 102
Binary 11100000 10010001 1110010 0 100011 110001 1100 10001 1000000 1000010

Color Harmonies of #E09172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09172

Black with #E09172

Text Example


Text Example

White with #E09172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09172; }

 p { color: rgb(224,145,114); }

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

background-color css

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

 a { background-color: rgb(224,145,114); }

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

border-color css

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

 span { border-color: rgb(224,145,114); }

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