#EFE320

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

Shades of Golden Fizz #EFE320

Tints of Golden Fizz #EFE320

Color information

#EFE320 (or 0xEFE320) is unknown color: approx Golden Fizz. HEX triplet: EF, E3 and 20. RGB value is (239,227,32). Sum of RGB (Red+Green+Blue) = 239+227+32=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 32 (12.89% from 255 or 6.43% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE320 is #101CDF. Grayscale: #D1D1D1. Windows color (decimal): -1055968 or 2155503. OLE color: 2155503.

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

Color convert

RGB23922732-
CMYK00.050.870.06
HSL56.52º86.61%53.14%-
HSV(B)56.52º86.61%93.73%-
XYZ63.3373.3912.2-
YUV208.3628.48149.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.99%
GREEN value IS 227 (89.06% from 255) = 45.58%
BLUE value IS 32 (12.89% from 255) = 6.43%
R=47.99%
G=45.58%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392273200.050.870.0656.5286.6153.14
HexEFE32005576395735
Octal357343400512767112765
Binary1110111111100011100000010110101111101110011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE320; }

 p { color: rgb(239,227,32); }

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

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

 a { background-color: rgb(239,227,32); }

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

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

 span { border-color: rgb(239,227,32); }

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