#E8DC2B

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

Shades of Golden Fizz #E8DC2B

Tints of Golden Fizz #E8DC2B

Color information

#E8DC2B (or 0xE8DC2B) is unknown color: approx Golden Fizz. HEX triplet: E8, DC and 2B. RGB value is (232,220,43). Sum of RGB (Red+Green+Blue) = 232+220+43=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 43 (17.19% from 255 or 8.69% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DC2B is #1723D4. Grayscale: #CCCCCC. Windows color (decimal): -1516501 or 2874600. OLE color: 2874600.

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

Color convert

RGB23222043-
CMYK00.050.810.09
HSL56.19º80.43%53.92%-
HSV(B)56.19º81.47%90.98%-
XYZ59.3168.5212.38-
YUV203.4137.48148.39-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.87%
GREEN value IS 220 (86.33% from 255) = 44.44%
BLUE value IS 43 (17.19% from 255) = 8.69%
R=46.87%
G=44.44%
B=8.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322204300.050.810.0956.1980.4353.92
HexE8DC2B05519385036
Octal3503345305121117012066
Binary11101000110111001010110101101000110011110001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DC2B; }

 p { color: rgb(232,220,43); }

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

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

 a { background-color: rgb(232,220,43); }

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

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

 span { border-color: rgb(232,220,43); }

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