Html Css Color HEX #E6A072 Dark Salmon

📋 copy color: '#E6A072'

red 230 ◦ green 160 ◦ blue 114

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

Shades of Dark Salmon #E6A072

Tints of Dark Salmon #E6A072

RGB

 RED value IS 230 (90.23% from 255) = 45.63%

 GREEN value IS 160 (62.89% from 255) = 31.75%

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

R = 45.63%
G = 31.75%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E6A072 (or 0xE6A072) is known color: Dark Salmon. HEX triplet: E6, A0 and 72. RGB value is (230,160,114). Sum of RGB (Red+Green+Blue) = 230+160+114=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A072 is #195F8D. Grayscale: #AFAFAF. Windows color (decimal): -1662862 or 7512294. OLE color: 7512294.

HSL color Cylindrical-coordinate representation of color #E6A072: hue angle of 23.79º degrees, saturation: 0.7, 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 #E6A072 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 160 114 -
CMYK 0 0.30 0.50 0.10
HSL 23.79º 0.7% 0.67% -
HSV(B) 23.79º 0.5% 0.9% -
XYZ 48.24 43.18 21.71 -
YUV 175.69 93.19 166.74 -
System Red Green Blue C M Y K H S L
Decimal 230 160 114 0 0.30 0.50 0.10 23.79 0.7 0.67
Hex E6 A0 72 0 1E 32 A 18 46 43
Octal 346 240 162 0 36 62 12 30 106 103
Binary 11100110 10100000 1110010 0 11110 110010 1010 11000 1000110 1000011

Color Harmonies of #E6A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A072

Black with #E6A072

Text Example


Text Example

White with #E6A072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A072; }

 p { color: rgb(230,160,114); }

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

background-color css

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

 a { background-color: rgb(230,160,114); }

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

border-color css

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

 span { border-color: rgb(230,160,114); }

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