Html Css Color HEX #E29072 Dark Salmon

📋 copy color: '#E29072'

red 226 ◦ green 144 ◦ blue 114

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

Shades of Dark Salmon #E29072

Tints of Dark Salmon #E29072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.75%

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

R = 46.69%
G = 29.75%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E29072 (or 0xE29072) is known color: Dark Salmon. HEX triplet: E2, 90 and 72. RGB value is (226,144,114). Sum of RGB (Red+Green+Blue) = 226+144+114=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E29072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29072 is #1D6F8D. Grayscale: #A5A5A5. Windows color (decimal): -1929102 or 7508194. OLE color: 7508194.

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

Color convert

RGB 226 144 114 -
CMYK 0 0.36 0.50 0.11
HSL 16.07º 0.66% 0.67% -
HSV(B) 16.07º 0.5% 0.89% -
XYZ 44.37 37.33 20.79 -
YUV 165.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 226 144 114 0 0.36 0.50 0.11 16.07 0.66 0.67
Hex E2 90 72 0 24 32 B 10 42 43
Octal 342 220 162 0 44 62 13 20 102 103
Binary 11100010 10010000 1110010 0 100100 110010 1011 10000 1000010 1000011

Color Harmonies of #E29072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29072

Black with #E29072

Text Example


Text Example

White with #E29072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29072; }

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

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

background-color css

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

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

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

border-color css

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

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

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