#EFE42D

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

Shades of Golden Fizz #EFE42D

Tints of Golden Fizz #EFE42D

Color information

#EFE42D (or 0xEFE42D) is unknown color: approx Golden Fizz. HEX triplet: EF, E4 and 2D. RGB value is (239,228,45). Sum of RGB (Red+Green+Blue) = 239+228+45=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 45 (17.97% from 255 or 8.79% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE42D is #101BD2. Grayscale: #D3D3D3. Windows color (decimal): -1055699 or 3007727. OLE color: 3007727.

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

Color convert

RGB23922845-
CMYK00.050.810.06
HSL56.6º85.84%55.69%-
HSV(B)56.6º81.17%93.73%-
XYZ63.8174.0313.41-
YUV210.4334.64148.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.68%
GREEN value IS 228 (89.45% from 255) = 44.53%
BLUE value IS 45 (17.97% from 255) = 8.79%
R=46.68%
G=44.53%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392284500.050.810.0656.685.8455.69
HexEFE42D05516395638
Octal357344550512167112670
Binary1110111111100100101101010110100011101110011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE42D; }

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

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

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

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

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

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

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

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