Html Css Color HEX #EAA827 Gold Tips

📋 copy color: '#EAA827'

red 234 ◦ green 168 ◦ blue 39

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

Shades of Gold Tips #EAA827

Tints of Gold Tips #EAA827

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.1%

 BLUE value IS 39 (15.63% from 255) = 8.84%

R = 53.06%
G = 38.1%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EAA827 (or 0xEAA827) is known color: Gold Tips. HEX triplet: EA, A8 and 27. RGB value is (234,168,39). Sum of RGB (Red+Green+Blue) = 234+168+39=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 39 (15.62% from 255 or 8.84% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA827 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA827 is #1557D8. Grayscale: #ADADAD. Windows color (decimal): -1398745 or 2599146. OLE color: 2599146.

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

Color convert

RGB 234 168 39 -
CMYK 0 0.28 0.83 0.08
HSL 39.69º 0.82% 0.54% -
HSV(B) 39.69º 0.83% 0.92% -
XYZ 48.3 45.64 8.18 -
YUV 173.03 52.37 171.49 -
System Red Green Blue C M Y K H S L
Decimal 234 168 39 0 0.28 0.83 0.08 39.69 0.82 0.54
Hex EA A8 27 0 1C 53 8 28 52 36
Octal 352 250 47 0 34 123 10 50 122 66
Binary 11101010 10101000 100111 0 11100 1010011 1000 101000 1010010 110110

Color Harmonies of #EAA827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA827

Black with #EAA827

Text Example


Text Example

White with #EAA827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA827; }

 p { color: rgb(234,168,39); }

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

background-color css

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

 a { background-color: rgb(234,168,39); }

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

border-color css

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

 span { border-color: rgb(234,168,39); }

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