Html Css Color HEX #E6A083 Tonys Pink

📋 copy color: '#E6A083'

red 230 ◦ green 160 ◦ blue 131

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

Shades of Tonys Pink #E6A083

Tints of Tonys Pink #E6A083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.14%

R = 44.15%
G = 30.71%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E6A083 (or 0xE6A083) is known color: Tonys Pink. HEX triplet: E6, A0 and 83. RGB value is (230,160,131). Sum of RGB (Red+Green+Blue) = 230+160+131=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A083 is #195F7C. Grayscale: #B1B1B1. Windows color (decimal): -1662845 or 8626406. OLE color: 8626406.

HSL color Cylindrical-coordinate representation of color #E6A083: hue angle of 17.58º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6A083 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 160 131 -
CMYK 0 0.30 0.43 0.10
HSL 17.58º 0.66% 0.71% -
HSV(B) 17.58º 0.43% 0.9% -
XYZ 49.3 43.6 27.29 -
YUV 177.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 230 160 131 0 0.30 0.43 0.10 17.58 0.66 0.71
Hex E6 A0 83 0 1E 2B A 12 42 47
Octal 346 240 203 0 36 53 12 22 102 107
Binary 11100110 10100000 10000011 0 11110 101011 1010 10010 1000010 1000111

Color Harmonies of #E6A083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A083

Black with #E6A083

Text Example


Text Example

White with #E6A083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A083; }

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

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

background-color css

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

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

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

border-color css

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

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

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