Html Css Color HEX #E29574 Dark Salmon

📋 copy color: '#E29574'

red 226 ◦ green 149 ◦ blue 116

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

Shades of Dark Salmon #E29574

Tints of Dark Salmon #E29574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.35%

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

R = 46.03%
G = 30.35%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E29574 (or 0xE29574) is known color: Dark Salmon. HEX triplet: E2, 95 and 74. RGB value is (226,149,116). Sum of RGB (Red+Green+Blue) = 226+149+116=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E29574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29574 is #1D6A8B. Grayscale: #A8A8A8. Windows color (decimal): -1927820 or 7640546. OLE color: 7640546.

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

Color convert

RGB 226 149 116 -
CMYK 0 0.34 0.49 0.11
HSL 18º 0.65% 0.67% -
HSV(B) 18º 0.49% 0.89% -
XYZ 45.26 38.92 21.65 -
YUV 168.26 98.51 169.18 -
System Red Green Blue C M Y K H S L
Decimal 226 149 116 0 0.34 0.49 0.11 18 0.65 0.67
Hex E2 95 74 0 22 31 B 12 41 43
Octal 342 225 164 0 42 61 13 22 101 103
Binary 11100010 10010101 1110100 0 100010 110001 1011 10010 1000001 1000011

Color Harmonies of #E29574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29574

Black with #E29574

Text Example


Text Example

White with #E29574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29574; }

 p { color: rgb(226,149,116); }

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

background-color css

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

 a { background-color: rgb(226,149,116); }

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

border-color css

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

 span { border-color: rgb(226,149,116); }

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