Html Css Color HEX #EBAB8C Tonys Pink

📋 copy color: '#EBAB8C'

red 235 ◦ green 171 ◦ blue 140

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

Shades of Tonys Pink #EBAB8C

Tints of Tonys Pink #EBAB8C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.32%

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

R = 43.04%
G = 31.32%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBAB8C (or 0xEBAB8C) is known color: Tonys Pink. HEX triplet: EB, AB and 8C. RGB value is (235,171,140). Sum of RGB (Red+Green+Blue) = 235+171+140=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAB8C is #145473. Grayscale: #BABABA. Windows color (decimal): -1332340 or 9219051. OLE color: 9219051.

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

Color convert

RGB 235 171 140 -
CMYK 0 0.27 0.40 0.08
HSL 19.58º 0.7% 0.74% -
HSV(B) 19.58º 0.4% 0.92% -
XYZ 53.56 48.68 31.38 -
YUV 186.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 235 171 140 0 0.27 0.40 0.08 19.58 0.7 0.74
Hex EB AB 8C 0 1B 28 8 14 46 4A
Octal 353 253 214 0 33 50 10 24 106 112
Binary 11101011 10101011 10001100 0 11011 101000 1000 10100 1000110 1001010

Color Harmonies of #EBAB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB8C

Black with #EBAB8C

Text Example


Text Example

White with #EBAB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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