#EAE735

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

Shades of Golden Fizz #EAE735

Tints of Golden Fizz #EAE735

Color information

#EAE735 (or 0xEAE735) is unknown color: approx Golden Fizz. HEX triplet: EA, E7 and 35. RGB value is (234,231,53). Sum of RGB (Red+Green+Blue) = 234+231+53=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 53 (21.09% from 255 or 10.23% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE735 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE735 is #1518CA. Grayscale: #D4D4D4. Windows color (decimal): -1382603 or 3532778. OLE color: 3532778.

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

Color convert

RGB23423153-
CMYK00.010.770.08
HSL59.01º81.17%56.27%-
HSV(B)59.01º77.35%91.76%-
XYZ63.1574.914.5-
YUV211.638.49143.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.17%
GREEN value IS 231 (90.62% from 255) = 44.59%
BLUE value IS 53 (21.09% from 255) = 10.23%
R=45.17%
G=44.59%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342315300.010.770.0859.0181.1756.27
HexEAE735014D83b5138
Octal3523476501115107312170
Binary111010101110011111010101100110110001110111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE735; }

 p { color: rgb(234,231,53); }

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

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

 a { background-color: rgb(234,231,53); }

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

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

 span { border-color: rgb(234,231,53); }

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