Html Css Color HEX #EAB326 Gold Tips

📋 copy color: '#EAB326'

red 234 ◦ green 179 ◦ blue 38

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

Shades of Gold Tips #EAB326

Tints of Gold Tips #EAB326

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.69%

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

R = 51.88%
G = 39.69%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EAB326 (or 0xEAB326) is known color: Gold Tips. HEX triplet: EA, B3 and 26. RGB value is (234,179,38). Sum of RGB (Red+Green+Blue) = 234+179+38=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 38 (15.23% from 255 or 8.43% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB326 is #154CD9. Grayscale: #B3B3B3. Windows color (decimal): -1395930 or 2536426. OLE color: 2536426.

HSL color Cylindrical-coordinate representation of color #EAB326: hue angle of 43.16º 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 #EAB326 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 179 38 -
CMYK 0 0.24 0.84 0.08
HSL 43.16º 0.82% 0.53% -
HSV(B) 43.16º 0.84% 0.92% -
XYZ 50.4 49.87 8.8 -
YUV 179.37 48.22 166.96 -
System Red Green Blue C M Y K H S L
Decimal 234 179 38 0 0.24 0.84 0.08 43.16 0.82 0.53
Hex EA B3 26 0 18 54 8 2B 52 35
Octal 352 263 46 0 30 124 10 53 122 65
Binary 11101010 10110011 100110 0 11000 1010100 1000 101011 1010010 110101

Color Harmonies of #EAB326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB326

Black with #EAB326

Text Example


Text Example

White with #EAB326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB326; }

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

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

background-color css

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

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

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

border-color css

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

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

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