Html Css Color HEX #EAAF18 Gold Tips

📋 copy color: '#EAAF18'

red 234 ◦ green 175 ◦ blue 24

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

Shades of Gold Tips #EAAF18

Tints of Gold Tips #EAAF18

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.42%

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

R = 54.04%
G = 40.42%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EAAF18 (or 0xEAAF18) is known color: Gold Tips. HEX triplet: EA, AF and 18. RGB value is (234,175,24). Sum of RGB (Red+Green+Blue) = 234+175+24=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 24 (9.77% from 255 or 5.54% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAF18 is #1550E7. Grayscale: #B0B0B0. Windows color (decimal): -1396968 or 1617898. OLE color: 1617898.

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

Color convert

RGB 234 175 24 -
CMYK 0 0.25 0.90 0.08
HSL 43.14º 0.83% 0.51% -
HSV(B) 43.14º 0.9% 0.92% -
XYZ 49.43 48.22 7.57 -
YUV 175.43 42.55 169.78 -
System Red Green Blue C M Y K H S L
Decimal 234 175 24 0 0.25 0.90 0.08 43.14 0.83 0.51
Hex EA AF 18 0 19 5A 8 2B 53 33
Octal 352 257 30 0 31 132 10 53 123 63
Binary 11101010 10101111 11000 0 11001 1011010 1000 101011 1010011 110011

Color Harmonies of #EAAF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF18

Black with #EAAF18

Text Example


Text Example

White with #EAAF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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