Html Css Color HEX #EAAF1C Gold Tips

📋 copy color: '#EAAF1C'

red 234 ◦ green 175 ◦ blue 28

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

Shades of Gold Tips #EAAF1C

Tints of Gold Tips #EAAF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.41%

R = 53.55%
G = 40.05%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAAF1C (or 0xEAAF1C) is known color: Gold Tips. HEX triplet: EA, AF and 1C. RGB value is (234,175,28). Sum of RGB (Red+Green+Blue) = 234+175+28=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAF1C is #1550E3. Grayscale: #B0B0B0. Windows color (decimal): -1396964 or 1880042. OLE color: 1880042.

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

Color convert

RGB 234 175 28 -
CMYK 0 0.25 0.88 0.08
HSL 42.82º 0.83% 0.51% -
HSV(B) 42.82º 0.88% 0.92% -
XYZ 49.47 48.24 7.8 -
YUV 175.88 44.55 169.45 -
System Red Green Blue C M Y K H S L
Decimal 234 175 28 0 0.25 0.88 0.08 42.82 0.83 0.51
Hex EA AF 1C 0 19 58 8 2B 53 33
Octal 352 257 34 0 31 130 10 53 123 63
Binary 11101010 10101111 11100 0 11001 1011000 1000 101011 1010011 110011

Color Harmonies of #EAAF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF1C

Black with #EAAF1C

Text Example


Text Example

White with #EAAF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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