Html Css Color HEX #EBA380 Tonys Pink

📋 copy color: '#EBA380'

red 235 ◦ green 163 ◦ blue 128

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

Shades of Tonys Pink #EBA380

Tints of Tonys Pink #EBA380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.33%

R = 44.68%
G = 30.99%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EBA380 (or 0xEBA380) is known color: Tonys Pink. HEX triplet: EB, A3 and 80. RGB value is (235,163,128). Sum of RGB (Red+Green+Blue) = 235+163+128=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA380 is #145C7F. Grayscale: #B4B4B4. Windows color (decimal): -1334400 or 8430571. OLE color: 8430571.

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

Color convert

RGB 235 163 128 -
CMYK 0 0.31 0.46 0.08
HSL 19.63º 0.73% 0.71% -
HSV(B) 19.63º 0.46% 0.92% -
XYZ 51.25 45.42 26.49 -
YUV 180.54 98.35 166.85 -
System Red Green Blue C M Y K H S L
Decimal 235 163 128 0 0.31 0.46 0.08 19.63 0.73 0.71
Hex EB A3 80 0 1F 2E 8 14 49 47
Octal 353 243 200 0 37 56 10 24 111 107
Binary 11101011 10100011 10000000 0 11111 101110 1000 10100 1001001 1000111

Color Harmonies of #EBA380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA380

Black with #EBA380

Text Example


Text Example

White with #EBA380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA380; }

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

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

background-color css

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

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

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

border-color css

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

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

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