Html Css Color HEX #EBA08A Tonys Pink

📋 copy color: '#EBA08A'

red 235 ◦ green 160 ◦ blue 138

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

Shades of Tonys Pink #EBA08A

Tints of Tonys Pink #EBA08A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.02%

 BLUE value IS 138 (54.3% from 255) = 25.89%

R = 44.09%
G = 30.02%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EBA08A (or 0xEBA08A) is known color: Tonys Pink. HEX triplet: EB, A0 and 8A. RGB value is (235,160,138). Sum of RGB (Red+Green+Blue) = 235+160+138=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA08A is #145F75. Grayscale: #B4B4B4. Windows color (decimal): -1335158 or 9085163. OLE color: 9085163.

HSL color Cylindrical-coordinate representation of color #EBA08A: hue angle of 13.61º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBA08A is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 160 138 -
CMYK 0 0.32 0.41 0.08
HSL 13.61º 0.71% 0.73% -
HSV(B) 13.61º 0.41% 0.92% -
XYZ 51.42 44.64 29.95 -
YUV 179.92 104.35 167.29 -
System Red Green Blue C M Y K H S L
Decimal 235 160 138 0 0.32 0.41 0.08 13.61 0.71 0.73
Hex EB A0 8A 0 20 29 8 E 47 49
Octal 353 240 212 0 40 51 10 16 107 111
Binary 11101011 10100000 10001010 0 100000 101001 1000 1110 1000111 1001001

Color Harmonies of #EBA08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA08A

Black with #EBA08A

Text Example


Text Example

White with #EBA08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA08A; }

 p { color: rgb(235,160,138); }

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

background-color css

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

 a { background-color: rgb(235,160,138); }

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

border-color css

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

 span { border-color: rgb(235,160,138); }

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