Html Css Color HEX #EAA623 Gold Tips

📋 copy color: '#EAA623'

red 234 ◦ green 166 ◦ blue 35

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

Shades of Gold Tips #EAA623

Tints of Gold Tips #EAA623

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.16%

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

R = 53.79%
G = 38.16%
B = 8.05%

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

#EAA623 (or 0xEAA623) is known color: Gold Tips. HEX triplet: EA, A6 and 23. RGB value is (234,166,35). Sum of RGB (Red+Green+Blue) = 234+166+35=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 35 (14.06% from 255 or 8.05% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA623 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA623 is #1559DC. Grayscale: #ABABAB. Windows color (decimal): -1399261 or 2336490. OLE color: 2336490.

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

Color convert

RGB 234 166 35 -
CMYK 0 0.29 0.85 0.08
HSL 39.5º 0.83% 0.53% -
HSV(B) 39.5º 0.85% 0.92% -
XYZ 47.87 44.89 7.73 -
YUV 171.4 51.03 172.65 -
System Red Green Blue C M Y K H S L
Decimal 234 166 35 0 0.29 0.85 0.08 39.5 0.83 0.53
Hex EA A6 23 0 1D 55 8 27 53 35
Octal 352 246 43 0 35 125 10 47 123 65
Binary 11101010 10100110 100011 0 11101 1010101 1000 100111 1010011 110101

Color Harmonies of #EAA623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA623

Black with #EAA623

Text Example


Text Example

White with #EAA623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA623; }

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

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

background-color css

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

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

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

border-color css

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

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

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