Html Css Color HEX #E09874 Dark Salmon

📋 copy color: '#E09874'

red 224 ◦ green 152 ◦ blue 116

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

Shades of Dark Salmon #E09874

Tints of Dark Salmon #E09874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.58%

R = 45.53%
G = 30.89%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E09874 (or 0xE09874) is known color: Dark Salmon. HEX triplet: E0, 98 and 74. RGB value is (224,152,116). Sum of RGB (Red+Green+Blue) = 224+152+116=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E09874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09874 is #1F678B. Grayscale: #A9A9A9. Windows color (decimal): -2058124 or 7641312. OLE color: 7641312.

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

Color convert

RGB 224 152 116 -
CMYK 0 0.32 0.48 0.12
HSL 20º 0.64% 0.67% -
HSV(B) 20º 0.48% 0.88% -
XYZ 45.12 39.56 21.78 -
YUV 169.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 224 152 116 0 0.32 0.48 0.12 20 0.64 0.67
Hex E0 98 74 0 20 30 C 14 40 43
Octal 340 230 164 0 40 60 14 24 100 103
Binary 11100000 10011000 1110100 0 100000 110000 1100 10100 1000000 1000011

Color Harmonies of #E09874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09874

Black with #E09874

Text Example


Text Example

White with #E09874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09874; }

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

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

background-color css

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

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

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

border-color css

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

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

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