#EAE025

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

Shades of Golden Fizz #EAE025

Tints of Golden Fizz #EAE025

Color information

#EAE025 (or 0xEAE025) is unknown color: approx Golden Fizz. HEX triplet: EA, E0 and 25. RGB value is (234,224,37). Sum of RGB (Red+Green+Blue) = 234+224+37=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 37 (14.84% from 255 or 7.47% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE025 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE025 is #151FDA. Grayscale: #CECECE. Windows color (decimal): -1384411 or 2482410. OLE color: 2482410.

HSL color Cylindrical-coordinate representation of color #EAE025: hue angle of 56.95º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EAE025 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB23422437-
CMYK00.040.840.08
HSL56.95º82.43%53.14%-
HSV(B)56.95º84.19%91.76%-
XYZ60.9270.9412.23-
YUV205.6732.81148.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.27%
GREEN value IS 224 (87.89% from 255) = 45.25%
BLUE value IS 37 (14.84% from 255) = 7.47%
R=47.27%
G=45.25%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342243700.040.840.0856.9582.4353.14
HexEAE02504548395235
Octal3523404504124107112265
Binary11101010111000001001010100101010010001110011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE025; }

 p { color: rgb(234,224,37); }

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

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

 a { background-color: rgb(234,224,37); }

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

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

 span { border-color: rgb(234,224,37); }

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