Html Css Color HEX #EBA182 Tonys Pink

📋 copy color: '#EBA182'

red 235 ◦ green 161 ◦ blue 130

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

Shades of Tonys Pink #EBA182

Tints of Tonys Pink #EBA182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.71%

R = 44.68%
G = 30.61%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EBA182 (or 0xEBA182) is known color: Tonys Pink. HEX triplet: EB, A1 and 82. RGB value is (235,161,130). Sum of RGB (Red+Green+Blue) = 235+161+130=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA182 is #145E7D. Grayscale: #B3B3B3. Windows color (decimal): -1334910 or 8561131. OLE color: 8561131.

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

Color convert

RGB 235 161 130 -
CMYK 0 0.31 0.45 0.08
HSL 17.71º 0.72% 0.72% -
HSV(B) 17.71º 0.45% 0.92% -
XYZ 51.04 44.76 27.07 -
YUV 179.59 100.02 167.52 -
System Red Green Blue C M Y K H S L
Decimal 235 161 130 0 0.31 0.45 0.08 17.71 0.72 0.72
Hex EB A1 82 0 1F 2D 8 12 48 48
Octal 353 241 202 0 37 55 10 22 110 110
Binary 11101011 10100001 10000010 0 11111 101101 1000 10010 1001000 1001000

Color Harmonies of #EBA182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA182

Black with #EBA182

Text Example


Text Example

White with #EBA182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA182; }

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

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

background-color css

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

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

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

border-color css

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

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

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