Html Css Color HEX #E09674 Dark Salmon

📋 copy color: '#E09674'

red 224 ◦ green 150 ◦ blue 116

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

Shades of Dark Salmon #E09674

Tints of Dark Salmon #E09674

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.61%

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

R = 45.71%
G = 30.61%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E09674 (or 0xE09674) is known color: Dark Salmon. HEX triplet: E0, 96 and 74. RGB value is (224,150,116). Sum of RGB (Red+Green+Blue) = 224+150+116=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E09674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09674 is #1F698B. Grayscale: #A8A8A8. Windows color (decimal): -2058636 or 7640800. OLE color: 7640800.

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

Color convert

RGB 224 150 116 -
CMYK 0 0.33 0.48 0.12
HSL 18.89º 0.64% 0.67% -
HSV(B) 18.89º 0.48% 0.88% -
XYZ 44.8 38.92 21.67 -
YUV 168.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 224 150 116 0 0.33 0.48 0.12 18.89 0.64 0.67
Hex E0 96 74 0 21 30 C 13 40 43
Octal 340 226 164 0 41 60 14 23 100 103
Binary 11100000 10010110 1110100 0 100001 110000 1100 10011 1000000 1000011

Color Harmonies of #E09674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09674

Black with #E09674

Text Example


Text Example

White with #E09674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09674; }

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

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

background-color css

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

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

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

border-color css

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

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

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