Html Css Color HEX #E6A78E Tonys Pink

📋 copy color: '#E6A78E'

red 230 ◦ green 167 ◦ blue 142

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

Shades of Tonys Pink #E6A78E

Tints of Tonys Pink #E6A78E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.98%

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

R = 42.67%
G = 30.98%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E6A78E (or 0xE6A78E) is known color: Tonys Pink. HEX triplet: E6, A7 and 8E. RGB value is (230,167,142). Sum of RGB (Red+Green+Blue) = 230+167+142=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A78E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A78E is #195871. Grayscale: #B7B7B7. Windows color (decimal): -1661042 or 9349094. OLE color: 9349094.

HSL color Cylindrical-coordinate representation of color #E6A78E: hue angle of 17.05º 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 #E6A78E is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 167 142 -
CMYK 0 0.27 0.38 0.10
HSL 17.05º 0.64% 0.73% -
HSV(B) 17.05º 0.38% 0.9% -
XYZ 51.33 46.41 31.84 -
YUV 182.99 104.87 161.53 -
System Red Green Blue C M Y K H S L
Decimal 230 167 142 0 0.27 0.38 0.10 17.05 0.64 0.73
Hex E6 A7 8E 0 1B 26 A 11 40 49
Octal 346 247 216 0 33 46 12 21 100 111
Binary 11100110 10100111 10001110 0 11011 100110 1010 10001 1000000 1001001

Color Harmonies of #E6A78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A78E

Black with #E6A78E

Text Example


Text Example

White with #E6A78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A78E; }

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

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

background-color css

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

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

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

border-color css

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

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

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