#EFE628

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

Shades of Golden Fizz #EFE628

Tints of Golden Fizz #EFE628

Color information

#EFE628 (or 0xEFE628) is unknown color: approx Golden Fizz. HEX triplet: EF, E6 and 28. RGB value is (239,230,40). Sum of RGB (Red+Green+Blue) = 239+230+40=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 40 (16.02% from 255 or 7.86% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE628 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE628 is #1019D7. Grayscale: #D3D3D3. Windows color (decimal): -1055192 or 2680559. OLE color: 2680559.

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

Color convert

RGB23923040-
CMYK00.040.830.06
HSL57.29º86.15%54.71%-
HSV(B)57.29º83.26%93.73%-
XYZ64.2875.113.12-
YUV211.0331.48147.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.95%
GREEN value IS 230 (90.23% from 255) = 45.19%
BLUE value IS 40 (16.02% from 255) = 7.86%
R=46.95%
G=45.19%
B=7.86%

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
Decimal2392304000.040.830.0657.2986.1554.71
HexEFE62804536395637
Octal357346500412367112667
Binary1110111111100110101000010010100111101110011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE628; }

 p { color: rgb(239,230,40); }

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

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

 a { background-color: rgb(239,230,40); }

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

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

 span { border-color: rgb(239,230,40); }

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