#EFE52D

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

Shades of Golden Fizz #EFE52D

Tints of Golden Fizz #EFE52D

Color information

#EFE52D (or 0xEFE52D) is unknown color: approx Golden Fizz. HEX triplet: EF, E5 and 2D. RGB value is (239,229,45). Sum of RGB (Red+Green+Blue) = 239+229+45=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 45 (17.97% from 255 or 8.77% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE52D is #101AD2. Grayscale: #D3D3D3. Windows color (decimal): -1055443 or 3007983. OLE color: 3007983.

HSL color Cylindrical-coordinate representation of color #EFE52D: hue angle of 56.91º 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 #EFE52D is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB23922945-
CMYK00.040.810.06
HSL56.91º85.84%55.69%-
HSV(B)56.91º81.17%93.73%-
XYZ64.0974.5813.5-
YUV211.0134.31147.96-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392294500.040.810.0656.9185.8455.69
HexEFE52D04516395638
Octal357345550412167112670
Binary1110111111100101101101010010100011101110011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE52D; }

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

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

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

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

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

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

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

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