Html Css Color HEX #EAA61D Gold Tips

📋 copy color: '#EAA61D'

red 234 ◦ green 166 ◦ blue 29

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

Shades of Gold Tips #EAA61D

Tints of Gold Tips #EAA61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.76%

R = 54.55%
G = 38.69%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAA61D (or 0xEAA61D) is known color: Gold Tips. HEX triplet: EA, A6 and 1D. RGB value is (234,166,29). Sum of RGB (Red+Green+Blue) = 234+166+29=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA61D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA61D is #1559E2. Grayscale: #ABABAB. Windows color (decimal): -1399267 or 1943274. OLE color: 1943274.

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

Color convert

RGB 234 166 29 -
CMYK 0 0.29 0.88 0.08
HSL 40.1º 0.83% 0.52% -
HSV(B) 40.1º 0.88% 0.92% -
XYZ 47.79 44.85 7.3 -
YUV 170.71 48.03 173.14 -
System Red Green Blue C M Y K H S L
Decimal 234 166 29 0 0.29 0.88 0.08 40.1 0.83 0.52
Hex EA A6 1D 0 1D 58 8 28 53 34
Octal 352 246 35 0 35 130 10 50 123 64
Binary 11101010 10100110 11101 0 11101 1011000 1000 101000 1010011 110100

Color Harmonies of #EAA61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA61D

Black with #EAA61D

Text Example


Text Example

White with #EAA61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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