Html Css Color HEX #E29978 Dark Salmon

📋 copy color: '#E29978'

red 226 ◦ green 153 ◦ blue 120

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

Shades of Dark Salmon #E29978

Tints of Dark Salmon #E29978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.05%

R = 45.29%
G = 30.66%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E29978 (or 0xE29978) is known color: Dark Salmon. HEX triplet: E2, 99 and 78. RGB value is (226,153,120). Sum of RGB (Red+Green+Blue) = 226+153+120=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E29978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29978 is #1D6687. Grayscale: #ABABAB. Windows color (decimal): -1926792 or 7903714. OLE color: 7903714.

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

Color convert

RGB 226 153 120 -
CMYK 0 0.32 0.47 0.11
HSL 18.68º 0.65% 0.68% -
HSV(B) 18.68º 0.47% 0.89% -
XYZ 46.15 40.31 23.12 -
YUV 171.07 99.18 167.18 -
System Red Green Blue C M Y K H S L
Decimal 226 153 120 0 0.32 0.47 0.11 18.68 0.65 0.68
Hex E2 99 78 0 20 2F B 13 41 44
Octal 342 231 170 0 40 57 13 23 101 104
Binary 11100010 10011001 1111000 0 100000 101111 1011 10011 1000001 1000100

Color Harmonies of #E29978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29978

Black with #E29978

Text Example


Text Example

White with #E29978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29978; }

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

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

background-color css

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

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

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

border-color css

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

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

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