Html Css Color HEX #EBA692 Tonys Pink

📋 copy color: '#EBA692'

red 235 ◦ green 166 ◦ blue 146

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

Shades of Tonys Pink #EBA692

Tints of Tonys Pink #EBA692

RGB

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

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

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

R = 42.96%
G = 30.35%
B = 26.69%

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

#EBA692 (or 0xEBA692) is known color: Tonys Pink. HEX triplet: EB, A6 and 92. RGB value is (235,166,146). Sum of RGB (Red+Green+Blue) = 235+166+146=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA692 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA692 is #14596D. Grayscale: #B8B8B8. Windows color (decimal): -1333614 or 9610987. OLE color: 9610987.

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

Color convert

RGB 235 166 146 -
CMYK 0 0.29 0.38 0.08
HSL 13.48º 0.69% 0.75% -
HSV(B) 13.48º 0.38% 0.92% -
XYZ 53.09 47.01 33.47 -
YUV 184.35 106.36 164.13 -
System Red Green Blue C M Y K H S L
Decimal 235 166 146 0 0.29 0.38 0.08 13.48 0.69 0.75
Hex EB A6 92 0 1D 26 8 D 45 4B
Octal 353 246 222 0 35 46 10 15 105 113
Binary 11101011 10100110 10010010 0 11101 100110 1000 1101 1000101 1001011

Color Harmonies of #EBA692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA692

Black with #EBA692

Text Example


Text Example

White with #EBA692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA692; }

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

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

background-color css

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

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

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

border-color css

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

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

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