Html Css Color HEX #EAAA1A Gold Tips

📋 copy color: '#EAAA1A'

red 234 ◦ green 170 ◦ blue 26

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

Shades of Gold Tips #EAAA1A

Tints of Gold Tips #EAAA1A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.53%

 BLUE value IS 26 (10.55% from 255) = 6.05%

R = 54.42%
G = 39.53%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAAA1A (or 0xEAAA1A) is known color: Gold Tips. HEX triplet: EA, AA and 1A. RGB value is (234,170,26). Sum of RGB (Red+Green+Blue) = 234+170+26=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAA1A is #1555E5. Grayscale: #ADADAD. Windows color (decimal): -1398246 or 1747690. OLE color: 1747690.

HSL color Cylindrical-coordinate representation of color #EAAA1A: hue angle of 41.54º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EAAA1A is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 170 26 -
CMYK 0 0.27 0.89 0.08
HSL 41.54º 0.83% 0.51% -
HSV(B) 41.54º 0.89% 0.92% -
XYZ 48.49 46.32 7.36 -
YUV 172.72 45.2 171.71 -
System Red Green Blue C M Y K H S L
Decimal 234 170 26 0 0.27 0.89 0.08 41.54 0.83 0.51
Hex EA AA 1A 0 1B 59 8 2A 53 33
Octal 352 252 32 0 33 131 10 52 123 63
Binary 11101010 10101010 11010 0 11011 1011001 1000 101010 1010011 110011

Color Harmonies of #EAAA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA1A

Black with #EAAA1A

Text Example


Text Example

White with #EAAA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA1A; }

 p { color: rgb(234,170,26); }

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

background-color css

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

 a { background-color: rgb(234,170,26); }

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

border-color css

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

 span { border-color: rgb(234,170,26); }

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