Html Css Color HEX #E09476 Dark Salmon

📋 copy color: '#E09476'

red 224 ◦ green 148 ◦ blue 118

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

Shades of Dark Salmon #E09476

Tints of Dark Salmon #E09476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.2%

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

R = 45.71%
G = 30.2%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E09476 (or 0xE09476) is known color: Dark Salmon. HEX triplet: E0, 94 and 76. RGB value is (224,148,118). Sum of RGB (Red+Green+Blue) = 224+148+118=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E09476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09476 is #1F6B89. Grayscale: #A7A7A7. Windows color (decimal): -2059146 or 7771360. OLE color: 7771360.

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

Color convert

RGB 224 148 118 -
CMYK 0 0.34 0.47 0.12
HSL 16.98º 0.63% 0.67% -
HSV(B) 16.98º 0.47% 0.88% -
XYZ 44.6 38.34 22.19 -
YUV 167.3 100.18 168.44 -
System Red Green Blue C M Y K H S L
Decimal 224 148 118 0 0.34 0.47 0.12 16.98 0.63 0.67
Hex E0 94 76 0 22 2F C 11 3F 43
Octal 340 224 166 0 42 57 14 21 77 103
Binary 11100000 10010100 1110110 0 100010 101111 1100 10001 111111 1000011

Color Harmonies of #E09476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09476

Black with #E09476

Text Example


Text Example

White with #E09476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09476; }

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

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

background-color css

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

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

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

border-color css

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

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

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