Html Css Color HEX #EAAF1E Gold Tips

📋 copy color: '#EAAF1E'

red 234 ◦ green 175 ◦ blue 30

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

Shades of Gold Tips #EAAF1E

Tints of Gold Tips #EAAF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.83%

R = 53.3%
G = 39.86%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EAAF1E (or 0xEAAF1E) is known color: Gold Tips. HEX triplet: EA, AF and 1E. RGB value is (234,175,30). Sum of RGB (Red+Green+Blue) = 234+175+30=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAF1E is #1550E1. Grayscale: #B0B0B0. Windows color (decimal): -1396962 or 2011114. OLE color: 2011114.

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

Color convert

RGB 234 175 30 -
CMYK 0 0.25 0.87 0.08
HSL 42.65º 0.83% 0.52% -
HSV(B) 42.65º 0.87% 0.92% -
XYZ 49.5 48.25 7.93 -
YUV 176.11 45.55 169.29 -
System Red Green Blue C M Y K H S L
Decimal 234 175 30 0 0.25 0.87 0.08 42.65 0.83 0.52
Hex EA AF 1E 0 19 57 8 2B 53 34
Octal 352 257 36 0 31 127 10 53 123 64
Binary 11101010 10101111 11110 0 11001 1010111 1000 101011 1010011 110100

Color Harmonies of #EAAF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF1E

Black with #EAAF1E

Text Example


Text Example

White with #EAAF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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