Html Css Color HEX #E29975 Dark Salmon

📋 copy color: '#E29975'

red 226 ◦ green 153 ◦ blue 117

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

Shades of Dark Salmon #E29975

Tints of Dark Salmon #E29975

RGB

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

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

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

R = 45.56%
G = 30.85%
B = 23.59%

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

#E29975 (or 0xE29975) is known color: Dark Salmon. HEX triplet: E2, 99 and 75. RGB value is (226,153,117). Sum of RGB (Red+Green+Blue) = 226+153+117=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E29975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29975 is #1D668A. Grayscale: #AAAAAA. Windows color (decimal): -1926795 or 7707106. OLE color: 7707106.

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

Color convert

RGB 226 153 117 -
CMYK 0 0.32 0.48 0.11
HSL 19.82º 0.65% 0.67% -
HSV(B) 19.82º 0.48% 0.89% -
XYZ 45.97 40.24 22.17 -
YUV 170.72 97.68 167.43 -
System Red Green Blue C M Y K H S L
Decimal 226 153 117 0 0.32 0.48 0.11 19.82 0.65 0.67
Hex E2 99 75 0 20 30 B 14 41 43
Octal 342 231 165 0 40 60 13 24 101 103
Binary 11100010 10011001 1110101 0 100000 110000 1011 10100 1000001 1000011

Color Harmonies of #E29975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29975

Black with #E29975

Text Example


Text Example

White with #E29975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29975; }

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

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

background-color css

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

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

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

border-color css

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

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

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