Html Css Color HEX #EAB028 Gold Tips

📋 copy color: '#EAB028'

red 234 ◦ green 176 ◦ blue 40

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

Shades of Gold Tips #EAB028

Tints of Gold Tips #EAB028

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.11%

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

R = 52%
G = 39.11%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EAB028 (or 0xEAB028) is known color: Gold Tips. HEX triplet: EA, B0 and 28. RGB value is (234,176,40). Sum of RGB (Red+Green+Blue) = 234+176+40=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 40 (16.02% from 255 or 8.89% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB028 is #154FD7. Grayscale: #B2B2B2. Windows color (decimal): -1396696 or 2666730. OLE color: 2666730.

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

Color convert

RGB 234 176 40 -
CMYK 0 0.25 0.83 0.08
HSL 42.06º 0.82% 0.54% -
HSV(B) 42.06º 0.83% 0.92% -
XYZ 49.84 48.7 8.78 -
YUV 177.84 50.22 168.06 -
System Red Green Blue C M Y K H S L
Decimal 234 176 40 0 0.25 0.83 0.08 42.06 0.82 0.54
Hex EA B0 28 0 19 53 8 2A 52 36
Octal 352 260 50 0 31 123 10 52 122 66
Binary 11101010 10110000 101000 0 11001 1010011 1000 101010 1010010 110110

Color Harmonies of #EAB028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB028

Black with #EAB028

Text Example


Text Example

White with #EAB028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB028; }

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

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

background-color css

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

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

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

border-color css

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

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

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