Html Css Color HEX #E09670 Dark Salmon

📋 copy color: '#E09670'

red 224 ◦ green 150 ◦ blue 112

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

Shades of Dark Salmon #E09670

Tints of Dark Salmon #E09670

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.86%

 BLUE value IS 112 (44.14% from 255) = 23.05%

R = 46.09%
G = 30.86%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E09670 (or 0xE09670) is known color: Dark Salmon. HEX triplet: E0, 96 and 70. RGB value is (224,150,112). Sum of RGB (Red+Green+Blue) = 224+150+112=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E09670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09670 is #1F698F. Grayscale: #A8A8A8. Windows color (decimal): -2058640 or 7378656. OLE color: 7378656.

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

Color convert

RGB 224 150 112 -
CMYK 0 0.33 0.50 0.12
HSL 20.36º 0.64% 0.66% -
HSV(B) 20.36º 0.5% 0.88% -
XYZ 44.57 38.83 20.47 -
YUV 167.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 224 150 112 0 0.33 0.50 0.12 20.36 0.64 0.66
Hex E0 96 70 0 21 32 C 14 40 42
Octal 340 226 160 0 41 62 14 24 100 102
Binary 11100000 10010110 1110000 0 100001 110010 1100 10100 1000000 1000010

Color Harmonies of #E09670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09670

Black with #E09670

Text Example


Text Example

White with #E09670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09670; }

 p { color: rgb(224,150,112); }

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

background-color css

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

 a { background-color: rgb(224,150,112); }

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

border-color css

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

 span { border-color: rgb(224,150,112); }

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