#E6D432

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

Shades of Golden Fizz #E6D432

Tints of Golden Fizz #E6D432

Color information

#E6D432 (or 0xE6D432) is unknown color: approx Golden Fizz. HEX triplet: E6, D4 and 32. RGB value is (230,212,50). Sum of RGB (Red+Green+Blue) = 230+212+50=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 50 (19.92% from 255 or 10.16% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D432 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D432 is #192BCD. Grayscale: #C7C7C7. Windows color (decimal): -1649614 or 3331302. OLE color: 3331302.

HSL color Cylindrical-coordinate representation of color #E6D432: hue angle of 54º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6D432 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB23021250-
CMYK00.080.780.10
HSL54º78.26%54.9%-
HSV(B)54º78.26%90.2%-
XYZ56.7564.1412.41-
YUV198.9143.96150.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.75%
GREEN value IS 212 (83.20% from 255) = 43.09%
BLUE value IS 50 (19.92% from 255) = 10.16%
R=46.75%
G=43.09%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302125000.080.780.105478.2654.9
HexE6D432084EA364e37
Octal34632462010116126611667
Binary111001101101010011001001000100111010101101101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D432; }

 p { color: rgb(230,212,50); }

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

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

 a { background-color: rgb(230,212,50); }

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

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

 span { border-color: rgb(230,212,50); }

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