Html Css Color HEX #E09272 Dark Salmon

📋 copy color: '#E09272'

red 224 ◦ green 146 ◦ blue 114

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

Shades of Dark Salmon #E09272

Tints of Dark Salmon #E09272

RGB

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

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

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

R = 46.28%
G = 30.17%
B = 23.55%

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

#E09272 (or 0xE09272) is known color: Dark Salmon. HEX triplet: E0, 92 and 72. RGB value is (224,146,114). Sum of RGB (Red+Green+Blue) = 224+146+114=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E09272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09272 is #1F6D8D. Grayscale: #A5A5A5. Windows color (decimal): -2059662 or 7508704. OLE color: 7508704.

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

Color convert

RGB 224 146 114 -
CMYK 0 0.35 0.49 0.12
HSL 17.45º 0.64% 0.66% -
HSV(B) 17.45º 0.49% 0.88% -
XYZ 44.06 37.62 20.86 -
YUV 165.67 98.84 169.6 -
System Red Green Blue C M Y K H S L
Decimal 224 146 114 0 0.35 0.49 0.12 17.45 0.64 0.66
Hex E0 92 72 0 23 31 C 11 40 42
Octal 340 222 162 0 43 61 14 21 100 102
Binary 11100000 10010010 1110010 0 100011 110001 1100 10001 1000000 1000010

Color Harmonies of #E09272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09272

Black with #E09272

Text Example


Text Example

White with #E09272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09272; }

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

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

background-color css

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

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

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

border-color css

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

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

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