Html Css Color HEX #EBA198 Tonys Pink

📋 copy color: '#EBA198'

red 235 ◦ green 161 ◦ blue 152

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

Shades of Tonys Pink #EBA198

Tints of Tonys Pink #EBA198

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.38%

 BLUE value IS 152 (59.77% from 255) = 27.74%

R = 42.88%
G = 29.38%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EBA198 (or 0xEBA198) is known color: Tonys Pink. HEX triplet: EB, A1 and 98. RGB value is (235,161,152). Sum of RGB (Red+Green+Blue) = 235+161+152=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA198 is #145E67. Grayscale: #B6B6B6. Windows color (decimal): -1334888 or 10002923. OLE color: 10002923.

HSL color Cylindrical-coordinate representation of color #EBA198: hue angle of 6.51º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBA198 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 161 152 -
CMYK 0 0.31 0.35 0.08
HSL 6.51º 0.67% 0.76% -
HSV(B) 6.51º 0.35% 0.92% -
XYZ 52.67 45.42 35.7 -
YUV 182.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 235 161 152 0 0.31 0.35 0.08 6.51 0.67 0.76
Hex EB A1 98 0 1F 23 8 7 43 4C
Octal 353 241 230 0 37 43 10 7 103 114
Binary 11101011 10100001 10011000 0 11111 100011 1000 111 1000011 1001100

Color Harmonies of #EBA198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA198

Black with #EBA198

Text Example


Text Example

White with #EBA198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA198; }

 p { color: rgb(235,161,152); }

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

background-color css

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

 a { background-color: rgb(235,161,152); }

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

border-color css

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

 span { border-color: rgb(235,161,152); }

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