Html Css Color HEX #EAAE14 Gold Tips

📋 copy color: '#EAAE14'

red 234 ◦ green 174 ◦ blue 20

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

Shades of Gold Tips #EAAE14

Tints of Gold Tips #EAAE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.67%

R = 54.67%
G = 40.65%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAAE14 (or 0xEAAE14) is known color: Gold Tips. HEX triplet: EA, AE and 14. RGB value is (234,174,20). Sum of RGB (Red+Green+Blue) = 234+174+20=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAE14 is #1551EB. Grayscale: #AFAFAF. Windows color (decimal): -1397228 or 1355498. OLE color: 1355498.

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

Color convert

RGB 234 174 20 -
CMYK 0 0.26 0.91 0.08
HSL 43.18º 0.84% 0.5% -
HSV(B) 43.18º 0.91% 0.92% -
XYZ 49.19 47.82 7.3 -
YUV 174.38 40.88 170.52 -
System Red Green Blue C M Y K H S L
Decimal 234 174 20 0 0.26 0.91 0.08 43.18 0.84 0.5
Hex EA AE 14 0 1A 5B 8 2B 54 32
Octal 352 256 24 0 32 133 10 53 124 62
Binary 11101010 10101110 10100 0 11010 1011011 1000 101011 1010100 110010

Color Harmonies of #EAAE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAE14

Black with #EAAE14

Text Example


Text Example

White with #EAAE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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