Html Css Color HEX #E59472 Dark Salmon

📋 copy color: '#E59472'

red 229 ◦ green 148 ◦ blue 114

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

Shades of Dark Salmon #E59472

Tints of Dark Salmon #E59472

RGB

 RED value IS 229 (89.84% from 255) = 46.64%

 GREEN value IS 148 (58.2% from 255) = 30.14%

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

R = 46.64%
G = 30.14%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E59472 (or 0xE59472) is known color: Dark Salmon. HEX triplet: E5, 94 and 72. RGB value is (229,148,114). Sum of RGB (Red+Green+Blue) = 229+148+114=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E59472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59472 is #1A6B8D. Grayscale: #A8A8A8. Windows color (decimal): -1731470 or 7509221. OLE color: 7509221.

HSL color Cylindrical-coordinate representation of color #E59472: hue angle of 17.74º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E59472 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 148 114 -
CMYK 0 0.35 0.50 0.10
HSL 17.74º 0.69% 0.67% -
HSV(B) 17.74º 0.5% 0.9% -
XYZ 45.94 39.05 21.04 -
YUV 168.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 229 148 114 0 0.35 0.50 0.10 17.74 0.69 0.67
Hex E5 94 72 0 23 32 A 12 45 43
Octal 345 224 162 0 43 62 12 22 105 103
Binary 11100101 10010100 1110010 0 100011 110010 1010 10010 1000101 1000011

Color Harmonies of #E59472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59472

Black with #E59472

Text Example


Text Example

White with #E59472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59472; }

 p { color: rgb(229,148,114); }

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

background-color css

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

 a { background-color: rgb(229,148,114); }

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

border-color css

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

 span { border-color: rgb(229,148,114); }

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