Html Css Color HEX #EAAD1D Gold Tips

📋 copy color: '#EAAD1D'

red 234 ◦ green 173 ◦ blue 29

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

Shades of Gold Tips #EAAD1D

Tints of Gold Tips #EAAD1D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.68%

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

R = 53.67%
G = 39.68%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAAD1D (or 0xEAAD1D) is known color: Gold Tips. HEX triplet: EA, AD and 1D. RGB value is (234,173,29). Sum of RGB (Red+Green+Blue) = 234+173+29=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAD1D is #1552E2. Grayscale: #AFAFAF. Windows color (decimal): -1397475 or 1945066. OLE color: 1945066.

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

Color convert

RGB 234 173 29 -
CMYK 0 0.26 0.88 0.08
HSL 42.15º 0.83% 0.52% -
HSV(B) 42.15º 0.88% 0.92% -
XYZ 49.1 47.47 7.74 -
YUV 174.82 45.71 170.21 -
System Red Green Blue C M Y K H S L
Decimal 234 173 29 0 0.26 0.88 0.08 42.15 0.83 0.52
Hex EA AD 1D 0 1A 58 8 2A 53 34
Octal 352 255 35 0 32 130 10 52 123 64
Binary 11101010 10101101 11101 0 11010 1011000 1000 101010 1010011 110100

Color Harmonies of #EAAD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAD1D

Black with #EAAD1D

Text Example


Text Example

White with #EAAD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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