#EAB222

Color #EAB222 Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #EAB222

Tints of Gold Tips #EAB222

Color information

#EAB222 (or 0xEAB222) is unknown color: approx Gold Tips. HEX triplet: EA, B2 and 22. RGB value is (234,178,34). Sum of RGB (Red+Green+Blue) = 234+178+34=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 34 (13.67% from 255 or 7.62% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB222 is #154DDD. Grayscale: #B2B2B2. Windows color (decimal): -1396190 or 2274026. OLE color: 2274026.

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

Color convert

RGB23417834-
CMYK00.240.850.08
HSL43.2º82.64%52.55%-
HSV(B)43.2º85.47%91.76%-
XYZ50.1449.458.42-
YUV178.3346.55167.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.47%
GREEN value IS 178 (69.92% from 255) = 39.91%
BLUE value IS 34 (13.67% from 255) = 7.62%
R=52.47%
G=39.91%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341783400.240.850.0843.282.6452.55
HexEAB2220185582b5335
Octal35226242030125105312365
Binary1110101010110010100010011000101010110001010111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB222; }

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

 H1.HeaderClassName
 {
   color: #EAB222;
 }
 .AnyTagClassName
 {
   color: #EAB222;
 }
</style>
background-color css

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

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

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

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

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

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