#E4E52F

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

Shades of Golden Fizz #E4E52F

Tints of Golden Fizz #E4E52F

Color information

#E4E52F (or 0xE4E52F) is unknown color: approx Golden Fizz. HEX triplet: E4, E5 and 2F. RGB value is (228,229,47). Sum of RGB (Red+Green+Blue) = 228+229+47=504 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.24% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 47 (18.75% from 255 or 9.33% from 504); Max value from RGB is 229 - color contains mainly: green. Hex color #E4E52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4E52F is #1B1AD0. Grayscale: #D0D0D0. Windows color (decimal): -1776337 or 3139044. OLE color: 3139044.

HSL color Cylindrical-coordinate representation of color #E4E52F: hue angle of 60.33º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E4E52F is Cyan = 0.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB22822947-
CMYK0.0000.790.10
HSL60.33º77.78%54.12%-
HSV(B)60.33º79.48%89.8%-
XYZ60.5372.7413.54-
YUV207.9537.17142.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.24%
GREEN value IS 229 (89.84% from 255) = 45.44%
BLUE value IS 47 (18.75% from 255) = 9.33%
R=45.24%
G=45.44%
B=9.33%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal228229470.0000.790.1060.3377.7854.12
HexE4E52F004FA3c4e36
Octal3443455700117127411666
Binary111001001110010110111100100111110101111001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E52F; }

 p { color: rgb(228,229,47); }

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

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

 a { background-color: rgb(228,229,47); }

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

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

 span { border-color: rgb(228,229,47); }

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