#EDDB33

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

Shades of Golden Fizz #EDDB33

Tints of Golden Fizz #EDDB33

Color information

#EDDB33 (or 0xEDDB33) is unknown color: approx Golden Fizz. HEX triplet: ED, DB and 33. RGB value is (237,219,51). Sum of RGB (Red+Green+Blue) = 237+219+51=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 51 (20.31% from 255 or 10.06% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB33 is #1224CC. Grayscale: #CDCDCD. Windows color (decimal): -1189069 or 3398637. OLE color: 3398637.

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

Color convert

RGB23721951-
CMYK00.080.780.07
HSL54.19º83.78%56.47%-
HSV(B)54.19º78.48%92.94%-
XYZ60.8568.9113.22-
YUV205.2340.96150.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.75%
GREEN value IS 219 (85.94% from 255) = 43.20%
BLUE value IS 51 (20.31% from 255) = 10.06%
R=46.75%
G=43.20%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372195100.080.780.0754.1983.7856.47
HexEDDB33084E7365438
Octal3553336301011676612470
Binary11101101110110111100110100010011101111101101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDB33; }

 p { color: rgb(237,219,51); }

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

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

 a { background-color: rgb(237,219,51); }

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

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

 span { border-color: rgb(237,219,51); }

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