#EDD630

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

Shades of Golden Fizz #EDD630

Tints of Golden Fizz #EDD630

Color information

#EDD630 (or 0xEDD630) is unknown color: approx Golden Fizz. HEX triplet: ED, D6 and 30. RGB value is (237,214,48). Sum of RGB (Red+Green+Blue) = 237+214+48=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 48 (19.14% from 255 or 9.62% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD630 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD630 is #1229CF. Grayscale: #CACACA. Windows color (decimal): -1190352 or 3200749. OLE color: 3200749.

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

Color convert

RGB23721448-
CMYK00.100.800.07
HSL52.7º84%55.88%-
HSV(B)52.7º79.75%92.94%-
XYZ59.5166.3112.46-
YUV201.9541.12153-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.49%
GREEN value IS 214 (83.98% from 255) = 42.89%
BLUE value IS 48 (19.14% from 255) = 9.62%
R=47.49%
G=42.89%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372144800.100.800.0752.78455.88
HexEDD6300A507355438
Octal3553266001212076512470
Binary11101101110101101100000101010100001111101011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD630; }

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

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

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

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

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

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

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

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