#e7dc2c

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

Shades of Golden Fizz #E7DC2C

Tints of Golden Fizz #E7DC2C

Color information

#E7DC2C (or 0xE7DC2C) is unknown color: approx Golden Fizz. HEX triplet: E7, DC and 2C. RGB value is (231,220,44). Sum of RGB (Red+Green+Blue) = 231+220+44=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 44 (17.58% from 255 or 8.89% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DC2C is #1823D3. Grayscale: #CBCBCB. Windows color (decimal): -1582036 or 2940135. OLE color: 2940135.

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

Color convert

RGB23122044-
CMYK00.050.810.09
HSL56.47º79.57%53.92%-
HSV(B)56.47º80.95%90.59%-
XYZ5968.3612.47-
YUV203.2238.14147.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.67%
GREEN value IS 220 (86.33% from 255) = 44.44%
BLUE value IS 44 (17.58% from 255) = 8.89%
R=46.67%
G=44.44%
B=8.89%

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
Decimal2312204400.050.810.0956.4779.5753.92
HexE7DC2C05519385036
Octal3473345405121117012066
Binary11100111110111001011000101101000110011110001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7dc2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7dc2c; }

 p { color: rgb(231,220,44); }

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

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

 a { background-color: rgb(231,220,44); }

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

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

 span { border-color: rgb(231,220,44); }

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