Html Css Color HEX #EBA08B Tonys Pink

📋 copy color: '#EBA08B'

red 235 ◦ green 160 ◦ blue 139

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

Shades of Tonys Pink #EBA08B

Tints of Tonys Pink #EBA08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.03%

R = 44.01%
G = 29.96%
B = 26.03%

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

#EBA08B (or 0xEBA08B) is known color: Tonys Pink. HEX triplet: EB, A0 and 8B. RGB value is (235,160,139). Sum of RGB (Red+Green+Blue) = 235+160+139=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA08B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA08B is #145F74. Grayscale: #B4B4B4. Windows color (decimal): -1335157 or 9150699. OLE color: 9150699.

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

Color convert

RGB 235 160 139 -
CMYK 0 0.32 0.41 0.08
HSL 13.13º 0.71% 0.73% -
HSV(B) 13.13º 0.41% 0.92% -
XYZ 51.49 44.67 30.33 -
YUV 180.03 104.85 167.21 -
System Red Green Blue C M Y K H S L
Decimal 235 160 139 0 0.32 0.41 0.08 13.13 0.71 0.73
Hex EB A0 8B 0 20 29 8 D 47 49
Octal 353 240 213 0 40 51 10 15 107 111
Binary 11101011 10100000 10001011 0 100000 101001 1000 1101 1000111 1001001

Color Harmonies of #EBA08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA08B

Black with #EBA08B

Text Example


Text Example

White with #EBA08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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