Html Css Color HEX #EBA08D Tonys Pink

📋 copy color: '#EBA08D'

red 235 ◦ green 160 ◦ blue 141

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

Shades of Tonys Pink #EBA08D

Tints of Tonys Pink #EBA08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.31%

R = 43.84%
G = 29.85%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBA08D (or 0xEBA08D) is known color: Tonys Pink. HEX triplet: EB, A0 and 8D. RGB value is (235,160,141). Sum of RGB (Red+Green+Blue) = 235+160+141=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA08D is #145F72. Grayscale: #B4B4B4. Windows color (decimal): -1335155 or 9281771. OLE color: 9281771.

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

Color convert

RGB 235 160 141 -
CMYK 0 0.32 0.4 0.08
HSL 12.13º 0.7% 0.74% -
HSV(B) 12.13º 0.4% 0.92% -
XYZ 51.64 44.73 31.11 -
YUV 180.26 105.85 167.04 -
System Red Green Blue C M Y K H S L
Decimal 235 160 141 0 0.32 0.4 0.08 12.13 0.7 0.74
Hex EB A0 8D 0 20 28 8 C 46 4A
Octal 353 240 215 0 40 50 10 14 106 112
Binary 11101011 10100000 10001101 0 100000 101000 1000 1100 1000110 1001010

Color Harmonies of #EBA08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA08D

Black with #EBA08D

Text Example


Text Example

White with #EBA08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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