Html Css Color HEX #EBA382 Tonys Pink

📋 copy color: '#EBA382'

red 235 ◦ green 163 ◦ blue 130

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

Shades of Tonys Pink #EBA382

Tints of Tonys Pink #EBA382

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.87%

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

R = 44.51%
G = 30.87%
B = 24.62%

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

#EBA382 (or 0xEBA382) is known color: Tonys Pink. HEX triplet: EB, A3 and 82. RGB value is (235,163,130). Sum of RGB (Red+Green+Blue) = 235+163+130=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA382 is #145C7D. Grayscale: #B4B4B4. Windows color (decimal): -1334398 or 8561643. OLE color: 8561643.

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

Color convert

RGB 235 163 130 -
CMYK 0 0.31 0.45 0.08
HSL 18.86º 0.72% 0.72% -
HSV(B) 18.86º 0.45% 0.92% -
XYZ 51.39 45.47 27.19 -
YUV 180.77 99.35 166.68 -
System Red Green Blue C M Y K H S L
Decimal 235 163 130 0 0.31 0.45 0.08 18.86 0.72 0.72
Hex EB A3 82 0 1F 2D 8 13 48 48
Octal 353 243 202 0 37 55 10 23 110 110
Binary 11101011 10100011 10000010 0 11111 101101 1000 10011 1001000 1001000

Color Harmonies of #EBA382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA382

Black with #EBA382

Text Example


Text Example

White with #EBA382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA382; }

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

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

background-color css

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

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

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

border-color css

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

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

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