#e5ef2d

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

Shades of Golden Fizz #E5EF2D

Tints of Golden Fizz #E5EF2D

Color information

#E5EF2D (or 0xE5EF2D) is unknown color: approx Golden Fizz. HEX triplet: E5, EF and 2D. RGB value is (229,239,45). Sum of RGB (Red+Green+Blue) = 229+239+45=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 45 (17.97% from 255 or 8.77% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5EF2D is #1A10D2. Grayscale: #D6D6D6. Windows color (decimal): -1708243 or 3010533. OLE color: 3010533.

HSL color Cylindrical-coordinate representation of color #E5EF2D: hue angle of 63.09º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5EF2D is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB22923945-
CMYK0.0400.810.06
HSL63.09º85.84%55.69%-
HSV(B)63.09º81.17%93.73%-
XYZ63.6578.5814.3-
YUV213.8932.69138.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.64%
GREEN value IS 239 (93.75% from 255) = 46.59%
BLUE value IS 45 (17.97% from 255) = 8.77%
R=44.64%
G=46.59%
B=8.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal229239450.0400.810.0663.0985.8455.69
HexE5EF2D405163f5638
Octal345357554012167712670
Binary1110010111101111101101100010100011101111111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5ef2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5ef2d; }

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

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

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

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

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

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

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

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