#EDD830

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

Shades of Golden Fizz #EDD830

Tints of Golden Fizz #EDD830

Color information

#EDD830 (or 0xEDD830) is unknown color: approx Golden Fizz. HEX triplet: ED, D8 and 30. RGB value is (237,216,48). Sum of RGB (Red+Green+Blue) = 237+216+48=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 48 (19.14% from 255 or 9.58% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD830 is #1227CF. Grayscale: #CBCBCB. Windows color (decimal): -1189840 or 3201261. OLE color: 3201261.

HSL color Cylindrical-coordinate representation of color #EDD830: hue angle of 53.33º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDD830 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB23721648-
CMYK00.090.800.07
HSL53.33º84%55.88%-
HSV(B)53.33º79.75%92.94%-
XYZ60.0167.3312.63-
YUV203.1340.46152.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.31%
GREEN value IS 216 (84.77% from 255) = 43.11%
BLUE value IS 48 (19.14% from 255) = 9.58%
R=47.31%
G=43.11%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372164800.090.800.0753.338455.88
HexEDD83009507355438
Octal3553306001112076512470
Binary11101101110110001100000100110100001111101011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD830; }

 p { color: rgb(237,216,48); }

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

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

 a { background-color: rgb(237,216,48); }

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

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

 span { border-color: rgb(237,216,48); }

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