Html Css Color HEX #EAA326 Gold Tips

📋 copy color: '#EAA326'

red 234 ◦ green 163 ◦ blue 38

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

Shades of Gold Tips #EAA326

Tints of Gold Tips #EAA326

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.47%

 BLUE value IS 38 (15.23% from 255) = 8.74%

R = 53.79%
G = 37.47%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EAA326 (or 0xEAA326) is known color: Gold Tips. HEX triplet: EA, A3 and 26. RGB value is (234,163,38). Sum of RGB (Red+Green+Blue) = 234+163+38=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 38 (15.23% from 255 or 8.74% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA326 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA326 is #155CD9. Grayscale: #AAAAAA. Windows color (decimal): -1400026 or 2532330. OLE color: 2532330.

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

Color convert

RGB 234 163 38 -
CMYK 0 0.30 0.84 0.08
HSL 38.27º 0.82% 0.53% -
HSV(B) 38.27º 0.84% 0.92% -
XYZ 47.38 43.83 7.8 -
YUV 169.98 53.52 173.66 -
System Red Green Blue C M Y K H S L
Decimal 234 163 38 0 0.30 0.84 0.08 38.27 0.82 0.53
Hex EA A3 26 0 1E 54 8 26 52 35
Octal 352 243 46 0 36 124 10 46 122 65
Binary 11101010 10100011 100110 0 11110 1010100 1000 100110 1010010 110101

Color Harmonies of #EAA326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA326

Black with #EAA326

Text Example


Text Example

White with #EAA326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA326; }

 p { color: rgb(234,163,38); }

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

background-color css

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

 a { background-color: rgb(234,163,38); }

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

border-color css

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

 span { border-color: rgb(234,163,38); }

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