Html Css Color HEX #EAAD18 Gold Tips

📋 copy color: '#EAAD18'

red 234 ◦ green 173 ◦ blue 24

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

Shades of Gold Tips #EAAD18

Tints of Gold Tips #EAAD18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.57%

R = 54.29%
G = 40.14%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EAAD18 (or 0xEAAD18) is known color: Gold Tips. HEX triplet: EA, AD and 18. RGB value is (234,173,24). Sum of RGB (Red+Green+Blue) = 234+173+24=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 24 (9.77% from 255 or 5.57% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAD18 is #1552E7. Grayscale: #AEAEAE. Windows color (decimal): -1397480 or 1617386. OLE color: 1617386.

HSL color Cylindrical-coordinate representation of color #EAAD18: hue angle of 42.57º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAAD18 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 173 24 -
CMYK 0 0.26 0.90 0.08
HSL 42.57º 0.83% 0.51% -
HSV(B) 42.57º 0.9% 0.92% -
XYZ 49.04 47.45 7.44 -
YUV 174.25 43.21 170.62 -
System Red Green Blue C M Y K H S L
Decimal 234 173 24 0 0.26 0.90 0.08 42.57 0.83 0.51
Hex EA AD 18 0 1A 5A 8 2B 53 33
Octal 352 255 30 0 32 132 10 53 123 63
Binary 11101010 10101101 11000 0 11010 1011010 1000 101011 1010011 110011

Color Harmonies of #EAAD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAD18

Black with #EAAD18

Text Example


Text Example

White with #EAAD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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