#EDD730

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

Shades of Golden Fizz #EDD730

Tints of Golden Fizz #EDD730

Color information

#EDD730 (or 0xEDD730) is unknown color: approx Golden Fizz. HEX triplet: ED, D7 and 30. RGB value is (237,215,48). Sum of RGB (Red+Green+Blue) = 237+215+48=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 48 (19.14% from 255 or 9.6% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD730 is #1228CF. Grayscale: #CBCBCB. Windows color (decimal): -1190096 or 3201005. OLE color: 3201005.

HSL color Cylindrical-coordinate representation of color #EDD730: hue angle of 53.02º 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 #EDD730 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB23721548-
CMYK00.090.800.07
HSL53.02º84%55.88%-
HSV(B)53.02º79.75%92.94%-
XYZ59.7666.8212.54-
YUV202.5440.79152.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.4%
GREEN value IS 215 (84.38% from 255) = 43%
BLUE value IS 48 (19.14% from 255) = 9.6%
R=47.4%
G=43%
B=9.6%

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
Decimal2372154800.090.800.0753.028455.88
HexEDD73009507355438
Octal3553276001112076512470
Binary11101101110101111100000100110100001111101011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD730; }

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

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

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

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

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

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

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

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