Html Css Color HEX #EBA091 Tonys Pink

📋 copy color: '#EBA091'

red 235 ◦ green 160 ◦ blue 145

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

Shades of Tonys Pink #EBA091

Tints of Tonys Pink #EBA091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.85%

R = 43.52%
G = 29.63%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EBA091 (or 0xEBA091) is known color: Tonys Pink. HEX triplet: EB, A0 and 91. RGB value is (235,160,145). Sum of RGB (Red+Green+Blue) = 235+160+145=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 145 (57.03% from 255 or 26.85% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA091 is #145F6E. Grayscale: #B4B4B4. Windows color (decimal): -1335151 or 9543915. OLE color: 9543915.

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

Color convert

RGB 235 160 145 -
CMYK 0 0.32 0.38 0.08
HSL 10º 0.69% 0.75% -
HSV(B) 10º 0.38% 0.92% -
XYZ 51.94 44.85 32.71 -
YUV 180.72 107.85 166.72 -
System Red Green Blue C M Y K H S L
Decimal 235 160 145 0 0.32 0.38 0.08 10 0.69 0.75
Hex EB A0 91 0 20 26 8 A 45 4B
Octal 353 240 221 0 40 46 10 12 105 113
Binary 11101011 10100000 10010001 0 100000 100110 1000 1010 1000101 1001011

Color Harmonies of #EBA091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA091

Black with #EBA091

Text Example


Text Example

White with #EBA091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA091; }

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

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

background-color css

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

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

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

border-color css

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

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

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