#EAD631

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

Shades of Golden Fizz #EAD631

Tints of Golden Fizz #EAD631

Color information

#EAD631 (or 0xEAD631) is unknown color: approx Golden Fizz. HEX triplet: EA, D6 and 31. RGB value is (234,214,49). Sum of RGB (Red+Green+Blue) = 234+214+49=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD631 is #1529CE. Grayscale: #C9C9C9. Windows color (decimal): -1386959 or 3266282. OLE color: 3266282.

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

Color convert

RGB23421449-
CMYK00.090.790.08
HSL53.51º81.5%55.49%-
HSV(B)53.51º79.06%91.76%-
XYZ58.5365.8112.52-
YUV201.1742.13151.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 214 (83.98% from 255) = 43.06%
BLUE value IS 49 (19.53% from 255) = 9.86%
R=47.08%
G=43.06%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342144900.090.790.0853.5181.555.49
HexEAD631094F8365137
Octal35232661011117106612167
Binary111010101101011011000101001100111110001101101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD631; }

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

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

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

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

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

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

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

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