Html Css Color HEX #EBA691 Tonys Pink

📋 copy color: '#EBA691'

red 235 ◦ green 166 ◦ blue 145

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

Shades of Tonys Pink #EBA691

Tints of Tonys Pink #EBA691

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.4%

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

R = 43.04%
G = 30.4%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EBA691 (or 0xEBA691) is known color: Tonys Pink. HEX triplet: EB, A6 and 91. RGB value is (235,166,145). Sum of RGB (Red+Green+Blue) = 235+166+145=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA691 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA691 is #14596E. Grayscale: #B8B8B8. Windows color (decimal): -1333615 or 9545451. OLE color: 9545451.

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

Color convert

RGB 235 166 145 -
CMYK 0 0.29 0.38 0.08
HSL 14º 0.69% 0.75% -
HSV(B) 14º 0.38% 0.92% -
XYZ 53.01 46.98 33.06 -
YUV 184.24 105.86 164.21 -
System Red Green Blue C M Y K H S L
Decimal 235 166 145 0 0.29 0.38 0.08 14 0.69 0.75
Hex EB A6 91 0 1D 26 8 E 45 4B
Octal 353 246 221 0 35 46 10 16 105 113
Binary 11101011 10100110 10010001 0 11101 100110 1000 1110 1000101 1001011

Color Harmonies of #EBA691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA691

Black with #EBA691

Text Example


Text Example

White with #EBA691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA691; }

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

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

background-color css

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

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

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

border-color css

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

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

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