Html Css Color HEX #EAA321 Gold Tips

📋 copy color: '#EAA321'

red 234 ◦ green 163 ◦ blue 33

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

Shades of Gold Tips #EAA321

Tints of Gold Tips #EAA321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.67%

R = 54.42%
G = 37.91%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAA321 (or 0xEAA321) is known color: Gold Tips. HEX triplet: EA, A3 and 21. RGB value is (234,163,33). Sum of RGB (Red+Green+Blue) = 234+163+33=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA321 is #155CDE. Grayscale: #AAAAAA. Windows color (decimal): -1400031 or 2204650. OLE color: 2204650.

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

Color convert

RGB 234 163 33 -
CMYK 0 0.30 0.86 0.08
HSL 38.81º 0.83% 0.52% -
HSV(B) 38.81º 0.86% 0.92% -
XYZ 47.3 43.8 7.4 -
YUV 169.41 51.02 174.07 -
System Red Green Blue C M Y K H S L
Decimal 234 163 33 0 0.30 0.86 0.08 38.81 0.83 0.52
Hex EA A3 21 0 1E 56 8 27 53 34
Octal 352 243 41 0 36 126 10 47 123 64
Binary 11101010 10100011 100001 0 11110 1010110 1000 100111 1010011 110100

Color Harmonies of #EAA321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA321

Black with #EAA321

Text Example


Text Example

White with #EAA321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA321; }

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

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

background-color css

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

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

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

border-color css

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

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

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