Html Css Color HEX #E29670 Dark Salmon

📋 copy color: '#E29670'

red 226 ◦ green 150 ◦ blue 112

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

Shades of Dark Salmon #E29670

Tints of Dark Salmon #E29670

RGB

 RED value IS 226 (88.67% from 255) = 46.31%

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

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

R = 46.31%
G = 30.74%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E29670 (or 0xE29670) is known color: Dark Salmon. HEX triplet: E2, 96 and 70. RGB value is (226,150,112). Sum of RGB (Red+Green+Blue) = 226+150+112=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E29670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29670 is #1D698F. Grayscale: #A8A8A8. Windows color (decimal): -1927568 or 7378658. OLE color: 7378658.

HSL color Cylindrical-coordinate representation of color #E29670: hue angle of 20º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E29670 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 150 112 -
CMYK 0 0.34 0.50 0.11
HSL 20º 0.66% 0.66% -
HSV(B) 20º 0.5% 0.89% -
XYZ 45.2 39.15 20.5 -
YUV 168.39 96.18 169.09 -
System Red Green Blue C M Y K H S L
Decimal 226 150 112 0 0.34 0.50 0.11 20 0.66 0.66
Hex E2 96 70 0 22 32 B 14 42 42
Octal 342 226 160 0 42 62 13 24 102 102
Binary 11100010 10010110 1110000 0 100010 110010 1011 10100 1000010 1000010

Color Harmonies of #E29670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29670

Black with #E29670

Text Example


Text Example

White with #E29670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29670; }

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

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

background-color css

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

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

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

border-color css

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

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

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