#E3D52E

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

Shades of Golden Fizz #E3D52E

Tints of Golden Fizz #E3D52E

Color information

#E3D52E (or 0xE3D52E) is unknown color: approx Golden Fizz. HEX triplet: E3, D5 and 2E. RGB value is (227,213,46). Sum of RGB (Red+Green+Blue) = 227+213+46=486 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.71% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 46 (18.36% from 255 or 9.47% from 486); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3D52E is #1C2AD1. Grayscale: #C6C6C6. Windows color (decimal): -1845970 or 3069411. OLE color: 3069411.

HSL color Cylindrical-coordinate representation of color #E3D52E: hue angle of 55.36º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E3D52E is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB22721346-
CMYK00.060.800.11
HSL55.36º76.37%53.53%-
HSV(B)55.36º79.74%89.02%-
XYZ55.9764.1212.01-
YUV198.1542.14148.58-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.71%
GREEN value IS 213 (83.59% from 255) = 43.83%
BLUE value IS 46 (18.36% from 255) = 9.47%
R=46.71%
G=43.83%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272134600.060.800.1155.3676.3753.53
HexE3D52E0650B374c36
Octal3433255606120136711466
Binary11100011110101011011100110101000010111101111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D52E; }

 p { color: rgb(227,213,46); }

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

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

 a { background-color: rgb(227,213,46); }

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

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

 span { border-color: rgb(227,213,46); }

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