Html Css Color HEX #EAAC28 Gold Tips

📋 copy color: '#EAAC28'

red 234 ◦ green 172 ◦ blue 40

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

Shades of Gold Tips #EAAC28

Tints of Gold Tips #EAAC28

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.57%

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

R = 52.47%
G = 38.57%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EAAC28 (or 0xEAAC28) is known color: Gold Tips. HEX triplet: EA, AC and 28. RGB value is (234,172,40). Sum of RGB (Red+Green+Blue) = 234+172+40=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAC28 is #1553D7. Grayscale: #B0B0B0. Windows color (decimal): -1397720 or 2665706. OLE color: 2665706.

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

Color convert

RGB 234 172 40 -
CMYK 0 0.26 0.83 0.08
HSL 40.82º 0.82% 0.54% -
HSV(B) 40.82º 0.83% 0.92% -
XYZ 49.07 47.15 8.52 -
YUV 175.49 51.54 169.73 -
System Red Green Blue C M Y K H S L
Decimal 234 172 40 0 0.26 0.83 0.08 40.82 0.82 0.54
Hex EA AC 28 0 1A 53 8 29 52 36
Octal 352 254 50 0 32 123 10 51 122 66
Binary 11101010 10101100 101000 0 11010 1010011 1000 101001 1010010 110110

Color Harmonies of #EAAC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAC28

Black with #EAAC28

Text Example


Text Example

White with #EAAC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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