Html Css Color HEX #E09073 Dark Salmon

📋 copy color: '#E09073'

red 224 ◦ green 144 ◦ blue 115

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

Shades of Dark Salmon #E09073

Tints of Dark Salmon #E09073

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.81%

 BLUE value IS 115 (45.31% from 255) = 23.81%

R = 46.38%
G = 29.81%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E09073 (or 0xE09073) is known color: Dark Salmon. HEX triplet: E0, 90 and 73. RGB value is (224,144,115). Sum of RGB (Red+Green+Blue) = 224+144+115=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E09073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09073 is #1F6F8C. Grayscale: #A4A4A4. Windows color (decimal): -2060173 or 7573728. OLE color: 7573728.

HSL color Cylindrical-coordinate representation of color #E09073: hue angle of 15.96º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E09073 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 144 115 -
CMYK 0 0.36 0.49 0.12
HSL 15.96º 0.64% 0.66% -
HSV(B) 15.96º 0.49% 0.88% -
XYZ 43.81 37.03 21.06 -
YUV 164.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 224 144 115 0 0.36 0.49 0.12 15.96 0.64 0.66
Hex E0 90 73 0 24 31 C 10 40 42
Octal 340 220 163 0 44 61 14 20 100 102
Binary 11100000 10010000 1110011 0 100100 110001 1100 10000 1000000 1000010

Color Harmonies of #E09073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09073

Black with #E09073

Text Example


Text Example

White with #E09073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09073; }

 p { color: rgb(224,144,115); }

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

background-color css

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

 a { background-color: rgb(224,144,115); }

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

border-color css

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

 span { border-color: rgb(224,144,115); }

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