Html Css Color HEX #EAB328 Gold Tips

📋 copy color: '#EAB328'

red 234 ◦ green 179 ◦ blue 40

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

Shades of Gold Tips #EAB328

Tints of Gold Tips #EAB328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.83%

R = 51.66%
G = 39.51%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EAB328 (or 0xEAB328) is known color: Gold Tips. HEX triplet: EA, B3 and 28. RGB value is (234,179,40). Sum of RGB (Red+Green+Blue) = 234+179+40=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB328 is #154CD7. Grayscale: #B4B4B4. Windows color (decimal): -1395928 or 2667498. OLE color: 2667498.

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

Color convert

RGB 234 179 40 -
CMYK 0 0.24 0.83 0.08
HSL 42.99º 0.82% 0.54% -
HSV(B) 42.99º 0.83% 0.92% -
XYZ 50.43 49.89 8.98 -
YUV 179.6 49.22 166.8 -
System Red Green Blue C M Y K H S L
Decimal 234 179 40 0 0.24 0.83 0.08 42.99 0.82 0.54
Hex EA B3 28 0 18 53 8 2B 52 36
Octal 352 263 50 0 30 123 10 53 122 66
Binary 11101010 10110011 101000 0 11000 1010011 1000 101011 1010010 110110

Color Harmonies of #EAB328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB328

Black with #EAB328

Text Example


Text Example

White with #EAB328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB328; }

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

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

background-color css

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

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

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

border-color css

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

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

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