Html Css Color HEX #E29478 Dark Salmon

📋 copy color: '#E29478'

red 226 ◦ green 148 ◦ blue 120

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

Shades of Dark Salmon #E29478

Tints of Dark Salmon #E29478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.96%

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

R = 45.75%
G = 29.96%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E29478 (or 0xE29478) is known color: Dark Salmon. HEX triplet: E2, 94 and 78. RGB value is (226,148,120). Sum of RGB (Red+Green+Blue) = 226+148+120=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E29478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29478 is #1D6B87. Grayscale: #A8A8A8. Windows color (decimal): -1928072 or 7902434. OLE color: 7902434.

HSL color Cylindrical-coordinate representation of color #E29478: hue angle of 15.85º 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 #E29478 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 148 120 -
CMYK 0 0.35 0.47 0.11
HSL 15.85º 0.65% 0.68% -
HSV(B) 15.85º 0.47% 0.89% -
XYZ 45.34 38.7 22.85 -
YUV 168.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 226 148 120 0 0.35 0.47 0.11 15.85 0.65 0.68
Hex E2 94 78 0 23 2F B 10 41 44
Octal 342 224 170 0 43 57 13 20 101 104
Binary 11100010 10010100 1111000 0 100011 101111 1011 10000 1000001 1000100

Color Harmonies of #E29478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29478

Black with #E29478

Text Example


Text Example

White with #E29478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29478; }

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

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

background-color css

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

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

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

border-color css

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

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

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