#EFE529

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

Shades of Golden Fizz #EFE529

Tints of Golden Fizz #EFE529

Color information

#EFE529 (or 0xEFE529) is unknown color: approx Golden Fizz. HEX triplet: EF, E5 and 29. RGB value is (239,229,41). Sum of RGB (Red+Green+Blue) = 239+229+41=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 41 (16.41% from 255 or 8.06% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE529 is #101AD6. Grayscale: #D3D3D3. Windows color (decimal): -1055447 or 2745839. OLE color: 2745839.

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

Color convert

RGB23922941-
CMYK00.040.830.06
HSL56.97º86.09%54.9%-
HSV(B)56.97º82.85%93.73%-
XYZ64.0274.5513.11-
YUV210.5632.31148.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.95%
GREEN value IS 229 (89.84% from 255) = 44.99%
BLUE value IS 41 (16.41% from 255) = 8.06%
R=46.95%
G=44.99%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392294100.040.830.0656.9786.0954.9
HexEFE52904536395637
Octal357345510412367112667
Binary1110111111100101101001010010100111101110011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE529; }

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

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

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

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

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

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

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

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