Html Css Color HEX #EBA591 Tonys Pink

📋 copy color: '#EBA591'

red 235 ◦ green 165 ◦ blue 145

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

Shades of Tonys Pink #EBA591

Tints of Tonys Pink #EBA591

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.28%

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

R = 43.12%
G = 30.28%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EBA591 (or 0xEBA591) is known color: Tonys Pink. HEX triplet: EB, A5 and 91. RGB value is (235,165,145). Sum of RGB (Red+Green+Blue) = 235+165+145=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA591 is #145A6E. Grayscale: #B7B7B7. Windows color (decimal): -1333871 or 9545195. OLE color: 9545195.

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

Color convert

RGB 235 165 145 -
CMYK 0 0.30 0.38 0.08
HSL 13.33º 0.69% 0.75% -
HSV(B) 13.33º 0.38% 0.92% -
XYZ 52.83 46.62 33 -
YUV 183.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 235 165 145 0 0.30 0.38 0.08 13.33 0.69 0.75
Hex EB A5 91 0 1E 26 8 D 45 4B
Octal 353 245 221 0 36 46 10 15 105 113
Binary 11101011 10100101 10010001 0 11110 100110 1000 1101 1000101 1001011

Color Harmonies of #EBA591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA591

Black with #EBA591

Text Example


Text Example

White with #EBA591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA591; }

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

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

background-color css

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

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

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

border-color css

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

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

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