Html Css Color HEX #EAB321 Gold Tips

📋 copy color: '#EAB321'

red 234 ◦ green 179 ◦ blue 33

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

Shades of Gold Tips #EAB321

Tints of Gold Tips #EAB321

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.13%

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

R = 52.47%
G = 40.13%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAB321 (or 0xEAB321) is known color: Gold Tips. HEX triplet: EA, B3 and 21. RGB value is (234,179,33). Sum of RGB (Red+Green+Blue) = 234+179+33=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB321 is #154CDE. Grayscale: #B3B3B3. Windows color (decimal): -1395935 or 2208746. OLE color: 2208746.

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

Color convert

RGB 234 179 33 -
CMYK 0 0.24 0.86 0.08
HSL 43.58º 0.83% 0.52% -
HSV(B) 43.58º 0.86% 0.92% -
XYZ 50.33 49.84 8.41 -
YUV 178.8 45.72 167.37 -
System Red Green Blue C M Y K H S L
Decimal 234 179 33 0 0.24 0.86 0.08 43.58 0.83 0.52
Hex EA B3 21 0 18 56 8 2C 53 34
Octal 352 263 41 0 30 126 10 54 123 64
Binary 11101010 10110011 100001 0 11000 1010110 1000 101100 1010011 110100

Color Harmonies of #EAB321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB321

Black with #EAB321

Text Example


Text Example

White with #EAB321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB321; }

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

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

background-color css

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

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

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

border-color css

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

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

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