Html Css Color HEX #EBA391 Tonys Pink

📋 copy color: '#EBA391'

red 235 ◦ green 163 ◦ blue 145

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

Shades of Tonys Pink #EBA391

Tints of Tonys Pink #EBA391

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.02%

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

R = 43.28%
G = 30.02%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EBA391 (or 0xEBA391) is known color: Tonys Pink. HEX triplet: EB, A3 and 91. RGB value is (235,163,145). Sum of RGB (Red+Green+Blue) = 235+163+145=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA391 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA391 is #145C6E. Grayscale: #B6B6B6. Windows color (decimal): -1334383 or 9544683. OLE color: 9544683.

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

Color convert

RGB 235 163 145 -
CMYK 0 0.31 0.38 0.08
HSL 12º 0.69% 0.75% -
HSV(B) 12º 0.38% 0.92% -
XYZ 52.47 45.9 32.88 -
YUV 182.48 106.85 165.46 -
System Red Green Blue C M Y K H S L
Decimal 235 163 145 0 0.31 0.38 0.08 12 0.69 0.75
Hex EB A3 91 0 1F 26 8 C 45 4B
Octal 353 243 221 0 37 46 10 14 105 113
Binary 11101011 10100011 10010001 0 11111 100110 1000 1100 1000101 1001011

Color Harmonies of #EBA391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA391

Black with #EBA391

Text Example


Text Example

White with #EBA391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA391; }

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

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

background-color css

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

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

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

border-color css

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

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

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