Html Css Color HEX #EAAE19 Gold Tips

📋 copy color: '#EAAE19'

red 234 ◦ green 174 ◦ blue 25

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

Shades of Gold Tips #EAAE19

Tints of Gold Tips #EAAE19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.77%

R = 54.04%
G = 40.18%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAAE19 (or 0xEAAE19) is known color: Gold Tips. HEX triplet: EA, AE and 19. RGB value is (234,174,25). Sum of RGB (Red+Green+Blue) = 234+174+25=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 25 (10.16% from 255 or 5.77% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAE19 is #1551E6. Grayscale: #AFAFAF. Windows color (decimal): -1397223 or 1683178. OLE color: 1683178.

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

Color convert

RGB 234 174 25 -
CMYK 0 0.26 0.89 0.08
HSL 42.78º 0.83% 0.51% -
HSV(B) 42.78º 0.89% 0.92% -
XYZ 49.24 47.83 7.56 -
YUV 174.95 43.38 170.12 -
System Red Green Blue C M Y K H S L
Decimal 234 174 25 0 0.26 0.89 0.08 42.78 0.83 0.51
Hex EA AE 19 0 1A 59 8 2B 53 33
Octal 352 256 31 0 32 131 10 53 123 63
Binary 11101010 10101110 11001 0 11010 1011001 1000 101011 1010011 110011

Color Harmonies of #EAAE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAE19

Black with #EAAE19

Text Example


Text Example

White with #EAAE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAE19; }

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

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

background-color css

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

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

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

border-color css

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

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

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