#EFE01E

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

Shades of Golden Fizz #EFE01E

Tints of Golden Fizz #EFE01E

Color information

#EFE01E (or 0xEFE01E) is unknown color: approx Golden Fizz. HEX triplet: EF, E0 and 1E. RGB value is (239,224,30). Sum of RGB (Red+Green+Blue) = 239+224+30=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 30 (12.11% from 255 or 6.09% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE01E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE01E is #101FE1. Grayscale: #CFCFCF. Windows color (decimal): -1056738 or 2023663. OLE color: 2023663.

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

Color convert

RGB23922430-
CMYK00.060.870.06
HSL55.69º86.72%52.75%-
HSV(B)55.69º87.45%93.73%-
XYZ62.4971.7611.79-
YUV206.3728.47151.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.48%
GREEN value IS 224 (87.89% from 255) = 45.44%
BLUE value IS 30 (12.11% from 255) = 6.09%
R=48.48%
G=45.44%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392243000.060.870.0655.6986.7252.75
HexEFE01E06576385735
Octal357340360612767012765
Binary111011111110000011110011010101111101110001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE01E; }

 p { color: rgb(239,224,30); }

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

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

 a { background-color: rgb(239,224,30); }

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

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

 span { border-color: rgb(239,224,30); }

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