Html Css Color HEX #E29772 Dark Salmon

📋 copy color: '#E29772'

red 226 ◦ green 151 ◦ blue 114

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

Shades of Dark Salmon #E29772

Tints of Dark Salmon #E29772

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.75%

 BLUE value IS 114 (44.92% from 255) = 23.22%

R = 46.03%
G = 30.75%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E29772 (or 0xE29772) is known color: Dark Salmon. HEX triplet: E2, 97 and 72. RGB value is (226,151,114). Sum of RGB (Red+Green+Blue) = 226+151+114=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E29772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29772 is #1D688D. Grayscale: #A9A9A9. Windows color (decimal): -1927310 or 7509986. OLE color: 7509986.

HSL color Cylindrical-coordinate representation of color #E29772: hue angle of 19.82º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E29772 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 151 114 -
CMYK 0 0.33 0.50 0.11
HSL 19.82º 0.66% 0.67% -
HSV(B) 19.82º 0.5% 0.89% -
XYZ 45.47 39.52 21.15 -
YUV 169.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 226 151 114 0 0.33 0.50 0.11 19.82 0.66 0.67
Hex E2 97 72 0 21 32 B 14 42 43
Octal 342 227 162 0 41 62 13 24 102 103
Binary 11100010 10010111 1110010 0 100001 110010 1011 10100 1000010 1000011

Color Harmonies of #E29772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29772

Black with #E29772

Text Example


Text Example

White with #E29772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29772; }

 p { color: rgb(226,151,114); }

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

background-color css

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

 a { background-color: rgb(226,151,114); }

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

border-color css

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

 span { border-color: rgb(226,151,114); }

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