Html Css Color HEX #E29B72 Dark Salmon

📋 copy color: '#E29B72'

red 226 ◦ green 155 ◦ blue 114

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

Shades of Dark Salmon #E29B72

Tints of Dark Salmon #E29B72

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.31%

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

R = 45.66%
G = 31.31%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E29B72 (or 0xE29B72) is known color: Dark Salmon. HEX triplet: E2, 9B and 72. RGB value is (226,155,114). Sum of RGB (Red+Green+Blue) = 226+155+114=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E29B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29B72 is #1D648D. Grayscale: #ABABAB. Windows color (decimal): -1926286 or 7511010. OLE color: 7511010.

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

Color convert

RGB 226 155 114 -
CMYK 0 0.31 0.50 0.11
HSL 21.96º 0.66% 0.67% -
HSV(B) 21.96º 0.5% 0.89% -
XYZ 46.12 40.83 21.37 -
YUV 171.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 226 155 114 0 0.31 0.50 0.11 21.96 0.66 0.67
Hex E2 9B 72 0 1F 32 B 16 42 43
Octal 342 233 162 0 37 62 13 26 102 103
Binary 11100010 10011011 1110010 0 11111 110010 1011 10110 1000010 1000011

Color Harmonies of #E29B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29B72

Black with #E29B72

Text Example


Text Example

White with #E29B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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