#E6E82D

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

Shades of Golden Fizz #E6E82D

Tints of Golden Fizz #E6E82D

Color information

#E6E82D (or 0xE6E82D) is unknown color: approx Golden Fizz. HEX triplet: E6, E8 and 2D. RGB value is (230,232,45). Sum of RGB (Red+Green+Blue) = 230+232+45=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 232 (91.02% from 255 or 45.76% from 507); Blue value is 45 (17.97% from 255 or 8.88% from 507); Max value from RGB is 232 - color contains mainly: green. Hex color #E6E82D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6E82D is #1917D2. Grayscale: #D2D2D2. Windows color (decimal): -1644499 or 3008742. OLE color: 3008742.

HSL color Cylindrical-coordinate representation of color #E6E82D: hue angle of 60.64º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6E82D is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB23023245-
CMYK0.0100.810.09
HSL60.64º80.26%54.31%-
HSV(B)60.64º80.6%90.98%-
XYZ61.9674.7313.64-
YUV210.0834.84142.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.36%
GREEN value IS 232 (91.02% from 255) = 45.76%
BLUE value IS 45 (17.97% from 255) = 8.88%
R=45.36%
G=45.76%
B=8.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal230232450.0100.810.0960.6480.2654.31
HexE6E82D105193d5036
Octal3463505510121117512066
Binary111001101110100010110110101000110011111011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E82D; }

 p { color: rgb(230,232,45); }

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

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

 a { background-color: rgb(230,232,45); }

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

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

 span { border-color: rgb(230,232,45); }

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