Html Css Color HEX #EAAB21 Gold Tips

📋 copy color: '#EAAB21'

red 234 ◦ green 171 ◦ blue 33

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

Shades of Gold Tips #EAAB21

Tints of Gold Tips #EAAB21

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.04%

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

R = 53.42%
G = 39.04%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAAB21 (or 0xEAAB21) is known color: Gold Tips. HEX triplet: EA, AB and 21. RGB value is (234,171,33). Sum of RGB (Red+Green+Blue) = 234+171+33=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAB21 is #1554DE. Grayscale: #AEAEAE. Windows color (decimal): -1397983 or 2206698. OLE color: 2206698.

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

Color convert

RGB 234 171 33 -
CMYK 0 0.27 0.86 0.08
HSL 41.19º 0.83% 0.52% -
HSV(B) 41.19º 0.86% 0.92% -
XYZ 48.77 46.73 7.89 -
YUV 174.11 48.37 170.72 -
System Red Green Blue C M Y K H S L
Decimal 234 171 33 0 0.27 0.86 0.08 41.19 0.83 0.52
Hex EA AB 21 0 1B 56 8 29 53 34
Octal 352 253 41 0 33 126 10 51 123 64
Binary 11101010 10101011 100001 0 11011 1010110 1000 101001 1010011 110100

Color Harmonies of #EAAB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAB21

Black with #EAAB21

Text Example


Text Example

White with #EAAB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAB21; }

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

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

background-color css

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

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

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

border-color css

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

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

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