#EAD431

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

Shades of Golden Fizz #EAD431

Tints of Golden Fizz #EAD431

Color information

#EAD431 (or 0xEAD431) is unknown color: approx Golden Fizz. HEX triplet: EA, D4 and 31. RGB value is (234,212,49). Sum of RGB (Red+Green+Blue) = 234+212+49=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 49 (19.53% from 255 or 9.90% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD431 is #152BCE. Grayscale: #C8C8C8. Windows color (decimal): -1387471 or 3265770. OLE color: 3265770.

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

Color convert

RGB23421249-
CMYK00.090.790.08
HSL52.86º81.5%55.49%-
HSV(B)52.86º79.06%91.76%-
XYZ58.0364.812.36-
YUV20042.79152.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.27%
GREEN value IS 212 (83.20% from 255) = 42.83%
BLUE value IS 49 (19.53% from 255) = 9.90%
R=47.27%
G=42.83%
B=9.90%

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
Decimal2342124900.090.790.0852.8681.555.49
HexEAD431094F8355137
Octal35232461011117106512167
Binary111010101101010011000101001100111110001101011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD431; }

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

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

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

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

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

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

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

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