Html Css Color HEX #E09C74 Dark Salmon

📋 copy color: '#E09C74'

red 224 ◦ green 156 ◦ blue 116

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

Shades of Dark Salmon #E09C74

Tints of Dark Salmon #E09C74

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.45%

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

R = 45.16%
G = 31.45%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E09C74 (or 0xE09C74) is known color: Dark Salmon. HEX triplet: E0, 9C and 74. RGB value is (224,156,116). Sum of RGB (Red+Green+Blue) = 224+156+116=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09C74 is #1F638B. Grayscale: #ACACAC. Windows color (decimal): -2057100 or 7642336. OLE color: 7642336.

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

Color convert

RGB 224 156 116 -
CMYK 0 0.30 0.48 0.12
HSL 22.22º 0.64% 0.67% -
HSV(B) 22.22º 0.48% 0.88% -
XYZ 45.78 40.89 22 -
YUV 171.77 96.53 165.25 -
System Red Green Blue C M Y K H S L
Decimal 224 156 116 0 0.30 0.48 0.12 22.22 0.64 0.67
Hex E0 9C 74 0 1E 30 C 16 40 43
Octal 340 234 164 0 36 60 14 26 100 103
Binary 11100000 10011100 1110100 0 11110 110000 1100 10110 1000000 1000011

Color Harmonies of #E09C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09C74

Black with #E09C74

Text Example


Text Example

White with #E09C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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