Html Css Color HEX #EAA71C Gold Tips

📋 copy color: '#EAA71C'

red 234 ◦ green 167 ◦ blue 28

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

Shades of Gold Tips #EAA71C

Tints of Gold Tips #EAA71C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.93%

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

R = 54.55%
G = 38.93%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAA71C (or 0xEAA71C) is known color: Gold Tips. HEX triplet: EA, A7 and 1C. RGB value is (234,167,28). Sum of RGB (Red+Green+Blue) = 234+167+28=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA71C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA71C is #1558E3. Grayscale: #ABABAB. Windows color (decimal): -1399012 or 1877994. OLE color: 1877994.

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

Color convert

RGB 234 167 28 -
CMYK 0 0.29 0.88 0.08
HSL 40.49º 0.83% 0.51% -
HSV(B) 40.49º 0.88% 0.92% -
XYZ 47.96 45.21 7.3 -
YUV 171.19 47.2 172.8 -
System Red Green Blue C M Y K H S L
Decimal 234 167 28 0 0.29 0.88 0.08 40.49 0.83 0.51
Hex EA A7 1C 0 1D 58 8 28 53 33
Octal 352 247 34 0 35 130 10 50 123 63
Binary 11101010 10100111 11100 0 11101 1011000 1000 101000 1010011 110011

Color Harmonies of #EAA71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA71C

Black with #EAA71C

Text Example


Text Example

White with #EAA71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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