#E5F12D

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

Shades of Golden Fizz #E5F12D

Tints of Golden Fizz #E5F12D

Color information

#E5F12D (or 0xE5F12D) is unknown color: approx Golden Fizz. HEX triplet: E5, F1 and 2D. RGB value is (229,241,45). Sum of RGB (Red+Green+Blue) = 229+241+45=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 45 (17.97% from 255 or 8.74% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #E5F12D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F12D is #1A0ED2. Grayscale: #D7D7D7. Windows color (decimal): -1707731 or 3011045. OLE color: 3011045.

HSL color Cylindrical-coordinate representation of color #E5F12D: hue angle of 63.67º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5F12D is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB22924145-
CMYK0.0500.810.05
HSL63.67º87.5%56.08%-
HSV(B)63.67º81.33%94.51%-
XYZ64.2479.7614.49-
YUV215.0732.02137.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.47%
GREEN value IS 241 (94.53% from 255) = 46.80%
BLUE value IS 45 (17.97% from 255) = 8.74%
R=44.47%
G=46.80%
B=8.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal229241450.0500.810.0563.6787.556.08
HexE5F12D50515405838
Octal3453615550121510013070
Binary11100101111100011011011010101000110110000001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F12D; }

 p { color: rgb(229,241,45); }

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

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

 a { background-color: rgb(229,241,45); }

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

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

 span { border-color: rgb(229,241,45); }

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