Html Css Color HEX #EAA381 Tonys Pink

📋 copy color: '#EAA381'

red 234 ◦ green 163 ◦ blue 129

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

Shades of Tonys Pink #EAA381

Tints of Tonys Pink #EAA381

RGB

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

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

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

R = 44.49%
G = 30.99%
B = 24.52%

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

#EAA381 (or 0xEAA381) is known color: Tonys Pink. HEX triplet: EA, A3 and 81. RGB value is (234,163,129). Sum of RGB (Red+Green+Blue) = 234+163+129=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA381 is #155C7E. Grayscale: #B4B4B4. Windows color (decimal): -1399935 or 8496106. OLE color: 8496106.

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

Color convert

RGB 234 163 129 -
CMYK 0 0.30 0.45 0.08
HSL 19.43º 0.71% 0.71% -
HSV(B) 19.43º 0.45% 0.92% -
XYZ 50.99 45.27 26.82 -
YUV 180.35 99.02 166.26 -
System Red Green Blue C M Y K H S L
Decimal 234 163 129 0 0.30 0.45 0.08 19.43 0.71 0.71
Hex EA A3 81 0 1E 2D 8 13 47 47
Octal 352 243 201 0 36 55 10 23 107 107
Binary 11101010 10100011 10000001 0 11110 101101 1000 10011 1000111 1000111

Color Harmonies of #EAA381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA381

Black with #EAA381

Text Example


Text Example

White with #EAA381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA381; }

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

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

background-color css

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

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

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

border-color css

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

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

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