Html Css Color HEX #EAA523 Gold Tips

📋 copy color: '#EAA523'

red 234 ◦ green 165 ◦ blue 35

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

Shades of Gold Tips #EAA523

Tints of Gold Tips #EAA523

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.02%

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

R = 53.92%
G = 38.02%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAA523 (or 0xEAA523) is known color: Gold Tips. HEX triplet: EA, A5 and 23. RGB value is (234,165,35). Sum of RGB (Red+Green+Blue) = 234+165+35=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 35 (14.06% from 255 or 8.06% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA523 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA523 is #155ADC. Grayscale: #ABABAB. Windows color (decimal): -1399517 or 2336234. OLE color: 2336234.

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

Color convert

RGB 234 165 35 -
CMYK 0 0.29 0.85 0.08
HSL 39.2º 0.83% 0.53% -
HSV(B) 39.2º 0.85% 0.92% -
XYZ 47.69 44.52 7.67 -
YUV 170.81 51.36 173.07 -
System Red Green Blue C M Y K H S L
Decimal 234 165 35 0 0.29 0.85 0.08 39.2 0.83 0.53
Hex EA A5 23 0 1D 55 8 27 53 35
Octal 352 245 43 0 35 125 10 47 123 65
Binary 11101010 10100101 100011 0 11101 1010101 1000 100111 1010011 110101

Color Harmonies of #EAA523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA523

Black with #EAA523

Text Example


Text Example

White with #EAA523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA523; }

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

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

background-color css

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

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

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

border-color css

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

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

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