Html Css Color HEX #E09475 Dark Salmon

📋 copy color: '#E09475'

red 224 ◦ green 148 ◦ blue 117

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

Shades of Dark Salmon #E09475

Tints of Dark Salmon #E09475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.93%

R = 45.81%
G = 30.27%
B = 23.93%

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

#E09475 (or 0xE09475) is known color: Dark Salmon. HEX triplet: E0, 94 and 75. RGB value is (224,148,117). Sum of RGB (Red+Green+Blue) = 224+148+117=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E09475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09475 is #1F6B8A. Grayscale: #A7A7A7. Windows color (decimal): -2059147 or 7705824. OLE color: 7705824.

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

Color convert

RGB 224 148 117 -
CMYK 0 0.34 0.48 0.12
HSL 17.38º 0.63% 0.67% -
HSV(B) 17.38º 0.48% 0.88% -
XYZ 44.54 38.31 21.88 -
YUV 167.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 224 148 117 0 0.34 0.48 0.12 17.38 0.63 0.67
Hex E0 94 75 0 22 30 C 11 3F 43
Octal 340 224 165 0 42 60 14 21 77 103
Binary 11100000 10010100 1110101 0 100010 110000 1100 10001 111111 1000011

Color Harmonies of #E09475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09475

Black with #E09475

Text Example


Text Example

White with #E09475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09475; }

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

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

background-color css

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

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

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

border-color css

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

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

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