Html Css Color HEX #EAA481 Tonys Pink

📋 copy color: '#EAA481'

red 234 ◦ green 164 ◦ blue 129

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

Shades of Tonys Pink #EAA481

Tints of Tonys Pink #EAA481

RGB

 RED value IS 234 (91.8% from 255) = 44.4%

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

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

R = 44.4%
G = 31.12%
B = 24.48%

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

#EAA481 (or 0xEAA481) is known color: Tonys Pink. HEX triplet: EA, A4 and 81. RGB value is (234,164,129). Sum of RGB (Red+Green+Blue) = 234+164+129=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA481 is #155B7E. Grayscale: #B5B5B5. Windows color (decimal): -1399679 or 8496362. OLE color: 8496362.

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

Color convert

RGB 234 164 129 -
CMYK 0 0.30 0.45 0.08
HSL 20º 0.71% 0.71% -
HSV(B) 20º 0.45% 0.92% -
XYZ 51.17 45.63 26.88 -
YUV 180.94 98.69 165.85 -
System Red Green Blue C M Y K H S L
Decimal 234 164 129 0 0.30 0.45 0.08 20 0.71 0.71
Hex EA A4 81 0 1E 2D 8 14 47 47
Octal 352 244 201 0 36 55 10 24 107 107
Binary 11101010 10100100 10000001 0 11110 101101 1000 10100 1000111 1000111

Color Harmonies of #EAA481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA481

Black with #EAA481

Text Example


Text Example

White with #EAA481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA481; }

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

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

background-color css

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

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

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

border-color css

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

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

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