Html Css Color HEX #E09372 Dark Salmon

📋 copy color: '#E09372'

red 224 ◦ green 147 ◦ blue 114

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

Shades of Dark Salmon #E09372

Tints of Dark Salmon #E09372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.31%

 BLUE value IS 114 (44.92% from 255) = 23.51%

R = 46.19%
G = 30.31%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E09372 (or 0xE09372) is known color: Dark Salmon. HEX triplet: E0, 93 and 72. RGB value is (224,147,114). Sum of RGB (Red+Green+Blue) = 224+147+114=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E09372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09372 is #1F6C8D. Grayscale: #A6A6A6. Windows color (decimal): -2059406 or 7508960. OLE color: 7508960.

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

Color convert

RGB 224 147 114 -
CMYK 0 0.34 0.49 0.12
HSL 18º 0.64% 0.66% -
HSV(B) 18º 0.49% 0.88% -
XYZ 44.21 37.93 20.91 -
YUV 166.26 98.51 169.18 -
System Red Green Blue C M Y K H S L
Decimal 224 147 114 0 0.34 0.49 0.12 18 0.64 0.66
Hex E0 93 72 0 22 31 C 12 40 42
Octal 340 223 162 0 42 61 14 22 100 102
Binary 11100000 10010011 1110010 0 100010 110001 1100 10010 1000000 1000010

Color Harmonies of #E09372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09372

Black with #E09372

Text Example


Text Example

White with #E09372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09372; }

 p { color: rgb(224,147,114); }

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

background-color css

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

 a { background-color: rgb(224,147,114); }

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

border-color css

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

 span { border-color: rgb(224,147,114); }

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