Html Css Color HEX #EBA482 Tonys Pink

📋 copy color: '#EBA482'

red 235 ◦ green 164 ◦ blue 130

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

Shades of Tonys Pink #EBA482

Tints of Tonys Pink #EBA482

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31%

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

R = 44.42%
G = 31%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EBA482 (or 0xEBA482) is known color: Tonys Pink. HEX triplet: EB, A4 and 82. RGB value is (235,164,130). Sum of RGB (Red+Green+Blue) = 235+164+130=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA482 is #145B7D. Grayscale: #B5B5B5. Windows color (decimal): -1334142 or 8561899. OLE color: 8561899.

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

Color convert

RGB 235 164 130 -
CMYK 0 0.30 0.45 0.08
HSL 19.43º 0.72% 0.72% -
HSV(B) 19.43º 0.45% 0.92% -
XYZ 51.57 45.82 27.25 -
YUV 181.35 99.02 166.26 -
System Red Green Blue C M Y K H S L
Decimal 235 164 130 0 0.30 0.45 0.08 19.43 0.72 0.72
Hex EB A4 82 0 1E 2D 8 13 48 48
Octal 353 244 202 0 36 55 10 23 110 110
Binary 11101011 10100100 10000010 0 11110 101101 1000 10011 1001000 1001000

Color Harmonies of #EBA482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA482

Black with #EBA482

Text Example


Text Example

White with #EBA482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA482; }

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

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

background-color css

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

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

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

border-color css

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

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

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