#E6D825

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

Shades of Golden Fizz #E6D825

Tints of Golden Fizz #E6D825

Color information

#E6D825 (or 0xE6D825) is unknown color: approx Golden Fizz. HEX triplet: E6, D8 and 25. RGB value is (230,216,37). Sum of RGB (Red+Green+Blue) = 230+216+37=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 37 (14.84% from 255 or 7.66% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D825 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D825 is #1927DA. Grayscale: #C8C8C8. Windows color (decimal): -1648603 or 2480358. OLE color: 2480358.

HSL color Cylindrical-coordinate representation of color #E6D825: hue angle of 55.65º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6D825 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB23021637-
CMYK00.060.840.10
HSL55.65º79.42%52.35%-
HSV(B)55.65º83.91%90.2%-
XYZ57.5266.0711.47-
YUV199.7836.14149.55-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.62%
GREEN value IS 216 (84.77% from 255) = 44.72%
BLUE value IS 37 (14.84% from 255) = 7.66%
R=47.62%
G=44.72%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302163700.060.840.1055.6579.4252.35
HexE6D8250654A384f34
Octal3463304506124127011764
Binary11100110110110001001010110101010010101110001001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D825; }

 p { color: rgb(230,216,37); }

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

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

 a { background-color: rgb(230,216,37); }

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

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

 span { border-color: rgb(230,216,37); }

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