#E6DD1C

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

Shades of Golden Fizz #E6DD1C

Tints of Golden Fizz #E6DD1C

Color information

#E6DD1C (or 0xE6DD1C) is unknown color: approx Golden Fizz. HEX triplet: E6, DD and 1C. RGB value is (230,221,28). Sum of RGB (Red+Green+Blue) = 230+221+28=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 28 (11.33% from 255 or 5.85% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DD1C is #1922E3. Grayscale: #CACACA. Windows color (decimal): -1647332 or 1891814. OLE color: 1891814.

HSL color Cylindrical-coordinate representation of color #E6DD1C: hue angle of 57.33º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6DD1C is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB23022128-
CMYK00.040.880.10
HSL57.33º80.16%50.59%-
HSV(B)57.33º87.83%90.2%-
XYZ58.768.6211.25-
YUV201.6929.98148.19-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.02%
GREEN value IS 221 (86.72% from 255) = 46.14%
BLUE value IS 28 (11.33% from 255) = 5.85%
R=48.02%
G=46.14%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302212800.040.880.1057.3380.1650.59
HexE6DD1C0458A395033
Octal3463353404130127112063
Binary1110011011011101111000100101100010101110011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DD1C; }

 p { color: rgb(230,221,28); }

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

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

 a { background-color: rgb(230,221,28); }

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

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

 span { border-color: rgb(230,221,28); }

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