Html Css Color HEX #EAB423 Gold Tips

📋 copy color: '#EAB423'

red 234 ◦ green 180 ◦ blue 35

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

Shades of Gold Tips #EAB423

Tints of Gold Tips #EAB423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.8%

R = 52.12%
G = 40.09%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAB423 (or 0xEAB423) is known color: Gold Tips. HEX triplet: EA, B4 and 23. RGB value is (234,180,35). Sum of RGB (Red+Green+Blue) = 234+180+35=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 35 (14.06% from 255 or 7.80% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB423 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB423 is #154BDC. Grayscale: #B4B4B4. Windows color (decimal): -1395677 or 2340074. OLE color: 2340074.

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

Color convert

RGB 234 180 35 -
CMYK 0 0.23 0.85 0.08
HSL 43.72º 0.83% 0.53% -
HSV(B) 43.72º 0.85% 0.92% -
XYZ 50.56 50.26 8.63 -
YUV 179.62 46.39 166.79 -
System Red Green Blue C M Y K H S L
Decimal 234 180 35 0 0.23 0.85 0.08 43.72 0.83 0.53
Hex EA B4 23 0 17 55 8 2C 53 35
Octal 352 264 43 0 27 125 10 54 123 65
Binary 11101010 10110100 100011 0 10111 1010101 1000 101100 1010011 110101

Color Harmonies of #EAB423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB423

Black with #EAB423

Text Example


Text Example

White with #EAB423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB423; }

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

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

background-color css

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

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

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

border-color css

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

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

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