Html Css Color HEX #E09676 Dark Salmon

📋 copy color: '#E09676'

red 224 ◦ green 150 ◦ blue 118

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

Shades of Dark Salmon #E09676

Tints of Dark Salmon #E09676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.98%

R = 45.53%
G = 30.49%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E09676 (or 0xE09676) is known color: Dark Salmon. HEX triplet: E0, 96 and 76. RGB value is (224,150,118). Sum of RGB (Red+Green+Blue) = 224+150+118=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E09676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09676 is #1F6989. Grayscale: #A8A8A8. Windows color (decimal): -2058634 or 7771872. OLE color: 7771872.

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

Color convert

RGB 224 150 118 -
CMYK 0 0.33 0.47 0.12
HSL 18.11º 0.63% 0.67% -
HSV(B) 18.11º 0.47% 0.88% -
XYZ 44.92 38.97 22.29 -
YUV 168.48 99.52 167.6 -
System Red Green Blue C M Y K H S L
Decimal 224 150 118 0 0.33 0.47 0.12 18.11 0.63 0.67
Hex E0 96 76 0 21 2F C 12 3F 43
Octal 340 226 166 0 41 57 14 22 77 103
Binary 11100000 10010110 1110110 0 100001 101111 1100 10010 111111 1000011

Color Harmonies of #E09676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09676

Black with #E09676

Text Example


Text Example

White with #E09676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09676; }

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

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

background-color css

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

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

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

border-color css

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

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

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