#EAD731

Color #EAD731 Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #EAD731

Tints of Golden Fizz #EAD731

Color information

#EAD731 (or 0xEAD731) is unknown color: approx Golden Fizz. HEX triplet: EA, D7 and 31. RGB value is (234,215,49). Sum of RGB (Red+Green+Blue) = 234+215+49=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 49 (19.53% from 255 or 9.84% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD731 is #1528CE. Grayscale: #CACACA. Windows color (decimal): -1386703 or 3266538. OLE color: 3266538.

HSL color Cylindrical-coordinate representation of color #EAD731: hue angle of 53.84º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAD731 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB23421549-
CMYK00.080.790.08
HSL53.84º81.5%55.49%-
HSV(B)53.84º79.06%91.76%-
XYZ58.7966.3212.61-
YUV201.7641.79151-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.99%
GREEN value IS 215 (84.38% from 255) = 43.17%
BLUE value IS 49 (19.53% from 255) = 9.84%
R=46.99%
G=43.17%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342154900.080.790.0853.8481.555.49
HexEAD731084F8365137
Octal35232761010117106612167
Binary111010101101011111000101000100111110001101101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD731; }

 p { color: rgb(234,215,49); }

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

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

 a { background-color: rgb(234,215,49); }

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

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

 span { border-color: rgb(234,215,49); }

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