Html Css Color HEX #EAB022 Gold Tips

📋 copy color: '#EAB022'

red 234 ◦ green 176 ◦ blue 34

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

Shades of Gold Tips #EAB022

Tints of Gold Tips #EAB022

RGB

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

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

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

R = 52.7%
G = 39.64%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAB022 (or 0xEAB022) is known color: Gold Tips. HEX triplet: EA, B0 and 22. RGB value is (234,176,34). Sum of RGB (Red+Green+Blue) = 234+176+34=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 34 (13.67% from 255 or 7.66% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB022 is #154FDD. Grayscale: #B1B1B1. Windows color (decimal): -1396702 or 2273514. OLE color: 2273514.

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

Color convert

RGB 234 176 34 -
CMYK 0 0.25 0.85 0.08
HSL 42.6º 0.83% 0.53% -
HSV(B) 42.6º 0.85% 0.92% -
XYZ 49.75 48.66 8.28 -
YUV 177.15 47.22 168.55 -
System Red Green Blue C M Y K H S L
Decimal 234 176 34 0 0.25 0.85 0.08 42.6 0.83 0.53
Hex EA B0 22 0 19 55 8 2B 53 35
Octal 352 260 42 0 31 125 10 53 123 65
Binary 11101010 10110000 100010 0 11001 1010101 1000 101011 1010011 110101

Color Harmonies of #EAB022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB022

Black with #EAB022

Text Example


Text Example

White with #EAB022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB022; }

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

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

background-color css

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

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

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

border-color css

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

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

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