Html Css Color HEX #E09975 Dark Salmon

📋 copy color: '#E09975'

red 224 ◦ green 153 ◦ blue 117

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

Shades of Dark Salmon #E09975

Tints of Dark Salmon #E09975

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.97%

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

R = 45.34%
G = 30.97%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E09975 (or 0xE09975) is known color: Dark Salmon. HEX triplet: E0, 99 and 75. RGB value is (224,153,117). Sum of RGB (Red+Green+Blue) = 224+153+117=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E09975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09975 is #1F668A. Grayscale: #AAAAAA. Windows color (decimal): -2057867 or 7707104. OLE color: 7707104.

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

Color convert

RGB 224 153 117 -
CMYK 0 0.32 0.48 0.12
HSL 20.19º 0.63% 0.67% -
HSV(B) 20.19º 0.48% 0.88% -
XYZ 45.34 39.91 22.14 -
YUV 170.13 98.02 166.43 -
System Red Green Blue C M Y K H S L
Decimal 224 153 117 0 0.32 0.48 0.12 20.19 0.63 0.67
Hex E0 99 75 0 20 30 C 14 3F 43
Octal 340 231 165 0 40 60 14 24 77 103
Binary 11100000 10011001 1110101 0 100000 110000 1100 10100 111111 1000011

Color Harmonies of #E09975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09975

Black with #E09975

Text Example


Text Example

White with #E09975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09975; }

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

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

background-color css

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

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

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

border-color css

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

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

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