#EDD834

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

Shades of Golden Fizz #EDD834

Tints of Golden Fizz #EDD834

Color information

#EDD834 (or 0xEDD834) is unknown color: approx Golden Fizz. HEX triplet: ED, D8 and 34. RGB value is (237,216,52). Sum of RGB (Red+Green+Blue) = 237+216+52=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 52 (20.70% from 255 or 10.30% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD834 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD834 is #1227CB. Grayscale: #CCCCCC. Windows color (decimal): -1189836 or 3463405. OLE color: 3463405.

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

Color convert

RGB23721652-
CMYK00.090.780.07
HSL53.19º83.71%56.67%-
HSV(B)53.19º78.06%92.94%-
XYZ60.167.3613.08-
YUV203.5842.46151.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.93%
GREEN value IS 216 (84.77% from 255) = 42.77%
BLUE value IS 52 (20.70% from 255) = 10.30%
R=46.93%
G=42.77%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372165200.090.780.0753.1983.7156.67
HexEDD834094E7355439
Octal3553306401111676512471
Binary11101101110110001101000100110011101111101011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD834; }

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

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

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

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

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

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

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

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