Html Css Color HEX #E29A75 Dark Salmon

📋 copy color: '#E29A75'

red 226 ◦ green 154 ◦ blue 117

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

Shades of Dark Salmon #E29A75

Tints of Dark Salmon #E29A75

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.99%

 BLUE value IS 117 (46.09% from 255) = 23.54%

R = 45.47%
G = 30.99%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E29A75 (or 0xE29A75) is known color: Dark Salmon. HEX triplet: E2, 9A and 75. RGB value is (226,154,117). Sum of RGB (Red+Green+Blue) = 226+154+117=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29A75 is #1D658A. Grayscale: #ABABAB. Windows color (decimal): -1926539 or 7707362. OLE color: 7707362.

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

Color convert

RGB 226 154 117 -
CMYK 0 0.32 0.48 0.11
HSL 20.37º 0.65% 0.67% -
HSV(B) 20.37º 0.48% 0.89% -
XYZ 46.13 40.56 22.23 -
YUV 171.31 97.35 167.01 -
System Red Green Blue C M Y K H S L
Decimal 226 154 117 0 0.32 0.48 0.11 20.37 0.65 0.67
Hex E2 9A 75 0 20 30 B 14 41 43
Octal 342 232 165 0 40 60 13 24 101 103
Binary 11100010 10011010 1110101 0 100000 110000 1011 10100 1000001 1000011

Color Harmonies of #E29A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29A75

Black with #E29A75

Text Example


Text Example

White with #E29A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29A75; }

 p { color: rgb(226,154,117); }

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

background-color css

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

 a { background-color: rgb(226,154,117); }

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

border-color css

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

 span { border-color: rgb(226,154,117); }

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