Html Css Color HEX #E09872 Dark Salmon

📋 copy color: '#E09872'

red 224 ◦ green 152 ◦ blue 114

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

Shades of Dark Salmon #E09872

Tints of Dark Salmon #E09872

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.02%

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

R = 45.71%
G = 31.02%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E09872 (or 0xE09872) is known color: Dark Salmon. HEX triplet: E0, 98 and 72. RGB value is (224,152,114). Sum of RGB (Red+Green+Blue) = 224+152+114=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E09872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09872 is #1F678D. Grayscale: #A9A9A9. Windows color (decimal): -2058126 or 7510240. OLE color: 7510240.

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

Color convert

RGB 224 152 114 -
CMYK 0 0.32 0.49 0.12
HSL 20.73º 0.64% 0.66% -
HSV(B) 20.73º 0.49% 0.88% -
XYZ 45.01 39.52 21.18 -
YUV 169.2 96.85 167.09 -
System Red Green Blue C M Y K H S L
Decimal 224 152 114 0 0.32 0.49 0.12 20.73 0.64 0.66
Hex E0 98 72 0 20 31 C 15 40 42
Octal 340 230 162 0 40 61 14 25 100 102
Binary 11100000 10011000 1110010 0 100000 110001 1100 10101 1000000 1000010

Color Harmonies of #E09872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09872

Black with #E09872

Text Example


Text Example

White with #E09872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09872; }

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

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

background-color css

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

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

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

border-color css

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

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

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