Html Css Color HEX #E09274 Dark Salmon

📋 copy color: '#E09274'

red 224 ◦ green 146 ◦ blue 116

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

Shades of Dark Salmon #E09274

Tints of Dark Salmon #E09274

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.04%

 BLUE value IS 116 (45.7% from 255) = 23.87%

R = 46.09%
G = 30.04%
B = 23.87%

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

#E09274 (or 0xE09274) is known color: Dark Salmon. HEX triplet: E0, 92 and 74. RGB value is (224,146,116). Sum of RGB (Red+Green+Blue) = 224+146+116=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E09274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09274 is #1F6D8B. Grayscale: #A6A6A6. Windows color (decimal): -2059660 or 7639776. OLE color: 7639776.

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

Color convert

RGB 224 146 116 -
CMYK 0 0.35 0.48 0.12
HSL 16.67º 0.64% 0.67% -
HSV(B) 16.67º 0.48% 0.88% -
XYZ 44.17 37.67 21.47 -
YUV 165.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 224 146 116 0 0.35 0.48 0.12 16.67 0.64 0.67
Hex E0 92 74 0 23 30 C 11 40 43
Octal 340 222 164 0 43 60 14 21 100 103
Binary 11100000 10010010 1110100 0 100011 110000 1100 10001 1000000 1000011

Color Harmonies of #E09274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09274

Black with #E09274

Text Example


Text Example

White with #E09274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09274; }

 p { color: rgb(224,146,116); }

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

background-color css

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

 a { background-color: rgb(224,146,116); }

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

border-color css

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

 span { border-color: rgb(224,146,116); }

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