Html Css Color HEX #EBA78E Tonys Pink

📋 copy color: '#EBA78E'

red 235 ◦ green 167 ◦ blue 142

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

Shades of Tonys Pink #EBA78E

Tints of Tonys Pink #EBA78E

RGB

 RED value IS 235 (92.19% from 255) = 43.2%

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

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

R = 43.2%
G = 30.7%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBA78E (or 0xEBA78E) is known color: Tonys Pink. HEX triplet: EB, A7 and 8E. RGB value is (235,167,142). Sum of RGB (Red+Green+Blue) = 235+167+142=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA78E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA78E is #145871. Grayscale: #B8B8B8. Windows color (decimal): -1333362 or 9349099. OLE color: 9349099.

HSL color Cylindrical-coordinate representation of color #EBA78E: hue angle of 16.13º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBA78E is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 167 142 -
CMYK 0 0.29 0.40 0.08
HSL 16.13º 0.7% 0.74% -
HSV(B) 16.13º 0.4% 0.92% -
XYZ 52.96 47.25 31.92 -
YUV 184.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 235 167 142 0 0.29 0.40 0.08 16.13 0.7 0.74
Hex EB A7 8E 0 1D 28 8 10 46 4A
Octal 353 247 216 0 35 50 10 20 106 112
Binary 11101011 10100111 10001110 0 11101 101000 1000 10000 1000110 1001010

Color Harmonies of #EBA78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA78E

Black with #EBA78E

Text Example


Text Example

White with #EBA78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA78E; }

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

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

background-color css

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

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

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

border-color css

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

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

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