Html Css Color HEX #E09474 Dark Salmon

📋 copy color: '#E09474'

red 224 ◦ green 148 ◦ blue 116

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

Shades of Dark Salmon #E09474

Tints of Dark Salmon #E09474

RGB

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

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

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

R = 45.9%
G = 30.33%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E09474 (or 0xE09474) is known color: Dark Salmon. HEX triplet: E0, 94 and 74. RGB value is (224,148,116). Sum of RGB (Red+Green+Blue) = 224+148+116=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E09474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09474 is #1F6B8B. Grayscale: #A7A7A7. Windows color (decimal): -2059148 or 7640288. OLE color: 7640288.

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

Color convert

RGB 224 148 116 -
CMYK 0 0.34 0.48 0.12
HSL 17.78º 0.64% 0.67% -
HSV(B) 17.78º 0.48% 0.88% -
XYZ 44.48 38.29 21.57 -
YUV 167.08 99.18 168.6 -
System Red Green Blue C M Y K H S L
Decimal 224 148 116 0 0.34 0.48 0.12 17.78 0.64 0.67
Hex E0 94 74 0 22 30 C 12 40 43
Octal 340 224 164 0 42 60 14 22 100 103
Binary 11100000 10010100 1110100 0 100010 110000 1100 10010 1000000 1000011

Color Harmonies of #E09474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09474

Black with #E09474

Text Example


Text Example

White with #E09474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09474; }

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

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

background-color css

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

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

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

border-color css

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

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

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