Html Css Color HEX #EBA68C Tonys Pink

📋 copy color: '#EBA68C'

red 235 ◦ green 166 ◦ blue 140

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

Shades of Tonys Pink #EBA68C

Tints of Tonys Pink #EBA68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.88%

R = 43.44%
G = 30.68%
B = 25.88%

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

#EBA68C (or 0xEBA68C) is known color: Tonys Pink. HEX triplet: EB, A6 and 8C. RGB value is (235,166,140). Sum of RGB (Red+Green+Blue) = 235+166+140=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA68C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA68C is #145973. Grayscale: #B7B7B7. Windows color (decimal): -1333620 or 9217771. OLE color: 9217771.

HSL color Cylindrical-coordinate representation of color #EBA68C: hue angle of 16.42º 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 #EBA68C is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 166 140 -
CMYK 0 0.29 0.40 0.08
HSL 16.42º 0.7% 0.74% -
HSV(B) 16.42º 0.4% 0.92% -
XYZ 52.63 46.83 31.08 -
YUV 183.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 235 166 140 0 0.29 0.40 0.08 16.42 0.7 0.74
Hex EB A6 8C 0 1D 28 8 10 46 4A
Octal 353 246 214 0 35 50 10 20 106 112
Binary 11101011 10100110 10001100 0 11101 101000 1000 10000 1000110 1001010

Color Harmonies of #EBA68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA68C

Black with #EBA68C

Text Example


Text Example

White with #EBA68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA68C; }

 p { color: rgb(235,166,140); }

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

background-color css

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

 a { background-color: rgb(235,166,140); }

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

border-color css

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

 span { border-color: rgb(235,166,140); }

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