Html Css Color HEX #EAA172 Dark Salmon

📋 copy color: '#EAA172'

red 234 ◦ green 161 ◦ blue 114

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

Shades of Dark Salmon #EAA172

Tints of Dark Salmon #EAA172

RGB

 RED value IS 234 (91.8% from 255) = 45.97%

 GREEN value IS 161 (63.28% from 255) = 31.63%

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

R = 45.97%
G = 31.63%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAA172 (or 0xEAA172) is known color: Dark Salmon. HEX triplet: EA, A1 and 72. RGB value is (234,161,114). Sum of RGB (Red+Green+Blue) = 234+161+114=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA172 is #155E8D. Grayscale: #B1B1B1. Windows color (decimal): -1400462 or 7512554. OLE color: 7512554.

HSL color Cylindrical-coordinate representation of color #EAA172: hue angle of 23.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAA172 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 161 114 -
CMYK 0 0.31 0.51 0.08
HSL 23.5º 0.74% 0.68% -
HSV(B) 23.5º 0.51% 0.92% -
XYZ 49.71 44.2 21.83 -
YUV 177.47 92.18 168.32 -
System Red Green Blue C M Y K H S L
Decimal 234 161 114 0 0.31 0.51 0.08 23.5 0.74 0.68
Hex EA A1 72 0 1F 33 8 18 4A 44
Octal 352 241 162 0 37 63 10 30 112 104
Binary 11101010 10100001 1110010 0 11111 110011 1000 11000 1001010 1000100

Color Harmonies of #EAA172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA172

Black with #EAA172

Text Example


Text Example

White with #EAA172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA172; }

 p { color: rgb(234,161,114); }

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

background-color css

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

 a { background-color: rgb(234,161,114); }

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

border-color css

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

 span { border-color: rgb(234,161,114); }

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