Html Css Color HEX #EAB413 Gold Tips

📋 copy color: '#EAB413'

red 234 ◦ green 180 ◦ blue 19

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

Shades of Gold Tips #EAB413

Tints of Gold Tips #EAB413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.57%

 BLUE value IS 19 (7.81% from 255) = 4.39%

R = 54.04%
G = 41.57%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAB413 (or 0xEAB413) is known color: Gold Tips. HEX triplet: EA, B4 and 13. RGB value is (234,180,19). Sum of RGB (Red+Green+Blue) = 234+180+19=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 19 (7.81% from 255 or 4.39% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB413 is #154BEC. Grayscale: #B2B2B2. Windows color (decimal): -1395693 or 1291498. OLE color: 1291498.

HSL color Cylindrical-coordinate representation of color #EAB413: hue angle of 44.93º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAB413 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 180 19 -
CMYK 0 0.23 0.92 0.08
HSL 44.93º 0.85% 0.5% -
HSV(B) 44.93º 0.92% 0.92% -
XYZ 50.37 50.18 7.65 -
YUV 177.79 38.39 168.09 -
System Red Green Blue C M Y K H S L
Decimal 234 180 19 0 0.23 0.92 0.08 44.93 0.85 0.5
Hex EA B4 13 0 17 5C 8 2D 55 32
Octal 352 264 23 0 27 134 10 55 125 62
Binary 11101010 10110100 10011 0 10111 1011100 1000 101101 1010101 110010

Color Harmonies of #EAB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB413

Black with #EAB413

Text Example


Text Example

White with #EAB413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB413; }

 p { color: rgb(234,180,19); }

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

background-color css

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

 a { background-color: rgb(234,180,19); }

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

border-color css

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

 span { border-color: rgb(234,180,19); }

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