Html Css Color HEX #EAB21A Gold Tips

📋 copy color: '#EAB21A'

red 234 ◦ green 178 ◦ blue 26

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

Shades of Gold Tips #EAB21A

Tints of Gold Tips #EAB21A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.64%

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

R = 53.42%
G = 40.64%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAB21A (or 0xEAB21A) is known color: Gold Tips. HEX triplet: EA, B2 and 1A. RGB value is (234,178,26). Sum of RGB (Red+Green+Blue) = 234+178+26=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 26 (10.55% from 255 or 5.94% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB21A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB21A is #154DE5. Grayscale: #B2B2B2. Windows color (decimal): -1396198 or 1749738. OLE color: 1749738.

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

Color convert

RGB 234 178 26 -
CMYK 0 0.24 0.89 0.08
HSL 43.85º 0.83% 0.51% -
HSV(B) 43.85º 0.89% 0.92% -
XYZ 50.04 49.41 7.88 -
YUV 177.42 42.55 168.36 -
System Red Green Blue C M Y K H S L
Decimal 234 178 26 0 0.24 0.89 0.08 43.85 0.83 0.51
Hex EA B2 1A 0 18 59 8 2C 53 33
Octal 352 262 32 0 30 131 10 54 123 63
Binary 11101010 10110010 11010 0 11000 1011001 1000 101100 1010011 110011

Color Harmonies of #EAB21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB21A

Black with #EAB21A

Text Example


Text Example

White with #EAB21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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