Html Css Color HEX #E6A68E Tonys Pink

📋 copy color: '#E6A68E'

red 230 ◦ green 166 ◦ blue 142

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

Shades of Tonys Pink #E6A68E

Tints of Tonys Pink #E6A68E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.86%

 BLUE value IS 142 (55.86% from 255) = 26.39%

R = 42.75%
G = 30.86%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E6A68E (or 0xE6A68E) is known color: Tonys Pink. HEX triplet: E6, A6 and 8E. RGB value is (230,166,142). Sum of RGB (Red+Green+Blue) = 230+166+142=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A68E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A68E is #195971. Grayscale: #B6B6B6. Windows color (decimal): -1661298 or 9348838. OLE color: 9348838.

HSL color Cylindrical-coordinate representation of color #E6A68E: hue angle of 16.36º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6A68E is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 166 142 -
CMYK 0 0.28 0.38 0.10
HSL 16.36º 0.64% 0.73% -
HSV(B) 16.36º 0.38% 0.9% -
XYZ 51.15 46.05 31.78 -
YUV 182.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 230 166 142 0 0.28 0.38 0.10 16.36 0.64 0.73
Hex E6 A6 8E 0 1C 26 A 10 40 49
Octal 346 246 216 0 34 46 12 20 100 111
Binary 11100110 10100110 10001110 0 11100 100110 1010 10000 1000000 1001001

Color Harmonies of #E6A68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A68E

Black with #E6A68E

Text Example


Text Example

White with #E6A68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A68E; }

 p { color: rgb(230,166,142); }

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

background-color css

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

 a { background-color: rgb(230,166,142); }

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

border-color css

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

 span { border-color: rgb(230,166,142); }

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