#EAD531

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

Shades of Golden Fizz #EAD531

Tints of Golden Fizz #EAD531

Color information

#EAD531 (or 0xEAD531) is unknown color: approx Golden Fizz. HEX triplet: EA, D5 and 31. RGB value is (234,213,49). Sum of RGB (Red+Green+Blue) = 234+213+49=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 49 (19.53% from 255 or 9.88% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD531 is #152ACE. Grayscale: #C9C9C9. Windows color (decimal): -1387215 or 3266026. OLE color: 3266026.

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

Color convert

RGB23421349-
CMYK00.090.790.08
HSL53.19º81.5%55.49%-
HSV(B)53.19º79.06%91.76%-
XYZ58.2865.312.44-
YUV200.5842.46151.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.18%
GREEN value IS 213 (83.59% from 255) = 42.94%
BLUE value IS 49 (19.53% from 255) = 9.88%
R=47.18%
G=42.94%
B=9.88%

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
Decimal2342134900.090.790.0853.1981.555.49
HexEAD531094F8355137
Octal35232561011117106512167
Binary111010101101010111000101001100111110001101011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD531; }

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

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

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

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

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

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

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

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