Html Css Color HEX #E29974 Dark Salmon

📋 copy color: '#E29974'

red 226 ◦ green 153 ◦ blue 116

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

Shades of Dark Salmon #E29974

Tints of Dark Salmon #E29974

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.91%

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

R = 45.66%
G = 30.91%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E29974 (or 0xE29974) is known color: Dark Salmon. HEX triplet: E2, 99 and 74. RGB value is (226,153,116). Sum of RGB (Red+Green+Blue) = 226+153+116=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E29974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29974 is #1D668B. Grayscale: #AAAAAA. Windows color (decimal): -1926796 or 7641570. OLE color: 7641570.

HSL color Cylindrical-coordinate representation of color #E29974: hue angle of 20.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 #E29974 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 153 116 -
CMYK 0 0.32 0.49 0.11
HSL 20.18º 0.65% 0.67% -
HSV(B) 20.18º 0.49% 0.89% -
XYZ 45.91 40.21 21.87 -
YUV 170.61 97.18 167.51 -
System Red Green Blue C M Y K H S L
Decimal 226 153 116 0 0.32 0.49 0.11 20.18 0.65 0.67
Hex E2 99 74 0 20 31 B 14 41 43
Octal 342 231 164 0 40 61 13 24 101 103
Binary 11100010 10011001 1110100 0 100000 110001 1011 10100 1000001 1000011

Color Harmonies of #E29974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29974

Black with #E29974

Text Example


Text Example

White with #E29974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29974; }

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

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

background-color css

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

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

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

border-color css

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

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

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