Html Css Color HEX #EBA481 Tonys Pink

📋 copy color: '#EBA481'

red 235 ◦ green 164 ◦ blue 129

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

Shades of Tonys Pink #EBA481

Tints of Tonys Pink #EBA481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.43%

R = 44.51%
G = 31.06%
B = 24.43%

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

#EBA481 (or 0xEBA481) is known color: Tonys Pink. HEX triplet: EB, A4 and 81. RGB value is (235,164,129). Sum of RGB (Red+Green+Blue) = 235+164+129=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 129 (50.78% from 255 or 24.43% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA481 is #145B7E. Grayscale: #B5B5B5. Windows color (decimal): -1334143 or 8496363. OLE color: 8496363.

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

Color convert

RGB 235 164 129 -
CMYK 0 0.30 0.45 0.08
HSL 19.81º 0.73% 0.71% -
HSV(B) 19.81º 0.45% 0.92% -
XYZ 51.5 45.8 26.89 -
YUV 181.24 98.52 166.35 -
System Red Green Blue C M Y K H S L
Decimal 235 164 129 0 0.30 0.45 0.08 19.81 0.73 0.71
Hex EB A4 81 0 1E 2D 8 14 49 47
Octal 353 244 201 0 36 55 10 24 111 107
Binary 11101011 10100100 10000001 0 11110 101101 1000 10100 1001001 1000111

Color Harmonies of #EBA481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA481

Black with #EBA481

Text Example


Text Example

White with #EBA481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA481; }

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

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

background-color css

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

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

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

border-color css

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

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

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