Html Css Color HEX #E09775 Dark Salmon

📋 copy color: '#E09775'

red 224 ◦ green 151 ◦ blue 117

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

Shades of Dark Salmon #E09775

Tints of Dark Salmon #E09775

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.69%

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

R = 45.53%
G = 30.69%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E09775 (or 0xE09775) is known color: Dark Salmon. HEX triplet: E0, 97 and 75. RGB value is (224,151,117). Sum of RGB (Red+Green+Blue) = 224+151+117=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E09775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09775 is #1F688A. Grayscale: #A9A9A9. Windows color (decimal): -2058379 or 7706592. OLE color: 7706592.

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

Color convert

RGB 224 151 117 -
CMYK 0 0.33 0.48 0.12
HSL 19.07º 0.63% 0.67% -
HSV(B) 19.07º 0.48% 0.88% -
XYZ 45.02 39.26 22.04 -
YUV 168.95 98.68 167.26 -
System Red Green Blue C M Y K H S L
Decimal 224 151 117 0 0.33 0.48 0.12 19.07 0.63 0.67
Hex E0 97 75 0 21 30 C 13 3F 43
Octal 340 227 165 0 41 60 14 23 77 103
Binary 11100000 10010111 1110101 0 100001 110000 1100 10011 111111 1000011

Color Harmonies of #E09775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09775

Black with #E09775

Text Example


Text Example

White with #E09775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09775; }

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

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

background-color css

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

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

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

border-color css

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

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

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