Html Css Color HEX #EAAE1E Gold Tips

📋 copy color: '#EAAE1E'

red 234 ◦ green 174 ◦ blue 30

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

Shades of Gold Tips #EAAE1E

Tints of Gold Tips #EAAE1E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.73%

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

R = 53.42%
G = 39.73%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EAAE1E (or 0xEAAE1E) is known color: Gold Tips. HEX triplet: EA, AE and 1E. RGB value is (234,174,30). Sum of RGB (Red+Green+Blue) = 234+174+30=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAE1E is #1551E1. Grayscale: #B0B0B0. Windows color (decimal): -1397218 or 2010858. OLE color: 2010858.

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

Color convert

RGB 234 174 30 -
CMYK 0 0.26 0.87 0.08
HSL 42.35º 0.83% 0.52% -
HSV(B) 42.35º 0.87% 0.92% -
XYZ 49.3 47.86 7.87 -
YUV 175.52 45.88 169.71 -
System Red Green Blue C M Y K H S L
Decimal 234 174 30 0 0.26 0.87 0.08 42.35 0.83 0.52
Hex EA AE 1E 0 1A 57 8 2A 53 34
Octal 352 256 36 0 32 127 10 52 123 64
Binary 11101010 10101110 11110 0 11010 1010111 1000 101010 1010011 110100

Color Harmonies of #EAAE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAE1E

Black with #EAAE1E

Text Example


Text Example

White with #EAAE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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