Html Css Color HEX #E09175 Dark Salmon

📋 copy color: '#E09175'

red 224 ◦ green 145 ◦ blue 117

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

Shades of Dark Salmon #E09175

Tints of Dark Salmon #E09175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.84%

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

R = 46.09%
G = 29.84%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E09175 (or 0xE09175) is known color: Dark Salmon. HEX triplet: E0, 91 and 75. RGB value is (224,145,117). Sum of RGB (Red+Green+Blue) = 224+145+117=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E09175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09175 is #1F6E8A. Grayscale: #A5A5A5. Windows color (decimal): -2059915 or 7705056. OLE color: 7705056.

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

Color convert

RGB 224 145 117 -
CMYK 0 0.35 0.48 0.12
HSL 15.7º 0.63% 0.67% -
HSV(B) 15.7º 0.48% 0.88% -
XYZ 44.08 37.38 21.72 -
YUV 165.43 100.67 169.78 -
System Red Green Blue C M Y K H S L
Decimal 224 145 117 0 0.35 0.48 0.12 15.7 0.63 0.67
Hex E0 91 75 0 23 30 C 10 3F 43
Octal 340 221 165 0 43 60 14 20 77 103
Binary 11100000 10010001 1110101 0 100011 110000 1100 10000 111111 1000011

Color Harmonies of #E09175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09175

Black with #E09175

Text Example


Text Example

White with #E09175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09175; }

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

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

background-color css

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

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

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

border-color css

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

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

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