Html Css Color HEX #EAB722 Gold Tips

📋 copy color: '#EAB722'

red 234 ◦ green 183 ◦ blue 34

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

Shades of Gold Tips #EAB722

Tints of Gold Tips #EAB722

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.58%

 BLUE value IS 34 (13.67% from 255) = 7.54%

R = 51.88%
G = 40.58%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAB722 (or 0xEAB722) is known color: Gold Tips. HEX triplet: EA, B7 and 22. RGB value is (234,183,34). Sum of RGB (Red+Green+Blue) = 234+183+34=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 34 (13.67% from 255 or 7.54% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB722 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB722 is #1548DD. Grayscale: #B5B5B5. Windows color (decimal): -1394910 or 2275306. OLE color: 2275306.

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

Color convert

RGB 234 183 34 -
CMYK 0 0.22 0.85 0.08
HSL 44.7º 0.83% 0.53% -
HSV(B) 44.7º 0.85% 0.92% -
XYZ 51.15 51.47 8.75 -
YUV 181.26 44.9 165.62 -
System Red Green Blue C M Y K H S L
Decimal 234 183 34 0 0.22 0.85 0.08 44.7 0.83 0.53
Hex EA B7 22 0 16 55 8 2D 53 35
Octal 352 267 42 0 26 125 10 55 123 65
Binary 11101010 10110111 100010 0 10110 1010101 1000 101101 1010011 110101

Color Harmonies of #EAB722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB722

Black with #EAB722

Text Example


Text Example

White with #EAB722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB722; }

 p { color: rgb(234,183,34); }

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

background-color css

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

 a { background-color: rgb(234,183,34); }

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

border-color css

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

 span { border-color: rgb(234,183,34); }

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