Html Css Color HEX #EAAE17 Gold Tips

📋 copy color: '#EAAE17'

red 234 ◦ green 174 ◦ blue 23

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

Shades of Gold Tips #EAAE17

Tints of Gold Tips #EAAE17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.34%

R = 54.29%
G = 40.37%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EAAE17 (or 0xEAAE17) is known color: Gold Tips. HEX triplet: EA, AE and 17. RGB value is (234,174,23). Sum of RGB (Red+Green+Blue) = 234+174+23=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 23 (9.38% from 255 or 5.34% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAE17 is #1551E8. Grayscale: #AFAFAF. Windows color (decimal): -1397225 or 1552106. OLE color: 1552106.

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

Color convert

RGB 234 174 23 -
CMYK 0 0.26 0.90 0.08
HSL 42.94º 0.83% 0.5% -
HSV(B) 42.94º 0.9% 0.92% -
XYZ 49.22 47.83 7.45 -
YUV 174.73 42.38 170.28 -
System Red Green Blue C M Y K H S L
Decimal 234 174 23 0 0.26 0.90 0.08 42.94 0.83 0.5
Hex EA AE 17 0 1A 5A 8 2B 53 32
Octal 352 256 27 0 32 132 10 53 123 62
Binary 11101010 10101110 10111 0 11010 1011010 1000 101011 1010011 110010

Color Harmonies of #EAAE17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAE17

Black with #EAAE17

Text Example


Text Example

White with #EAAE17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAE17; }

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

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

background-color css

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

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

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

border-color css

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

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

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