Html Css Color HEX #EBA992 Tonys Pink

📋 copy color: '#EBA992'

red 235 ◦ green 169 ◦ blue 146

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

Shades of Tonys Pink #EBA992

Tints of Tonys Pink #EBA992

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.73%

 BLUE value IS 146 (57.42% from 255) = 26.55%

R = 42.73%
G = 30.73%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EBA992 (or 0xEBA992) is known color: Tonys Pink. HEX triplet: EB, A9 and 92. RGB value is (235,169,146). Sum of RGB (Red+Green+Blue) = 235+169+146=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA992 is #14566D. Grayscale: #BABABA. Windows color (decimal): -1332846 or 9611755. OLE color: 9611755.

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

Color convert

RGB 235 169 146 -
CMYK 0 0.28 0.38 0.08
HSL 15.51º 0.69% 0.75% -
HSV(B) 15.51º 0.38% 0.92% -
XYZ 53.64 48.11 33.65 -
YUV 186.11 105.37 162.87 -
System Red Green Blue C M Y K H S L
Decimal 235 169 146 0 0.28 0.38 0.08 15.51 0.69 0.75
Hex EB A9 92 0 1C 26 8 10 45 4B
Octal 353 251 222 0 34 46 10 20 105 113
Binary 11101011 10101001 10010010 0 11100 100110 1000 10000 1000101 1001011

Color Harmonies of #EBA992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA992

Black with #EBA992

Text Example


Text Example

White with #EBA992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA992; }

 p { color: rgb(235,169,146); }

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

background-color css

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

 a { background-color: rgb(235,169,146); }

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

border-color css

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

 span { border-color: rgb(235,169,146); }

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