#EDE63B

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

Shades of Golden Fizz #EDE63B

Tints of Golden Fizz #EDE63B

Color information

#EDE63B (or 0xEDE63B) is unknown color: approx Golden Fizz. HEX triplet: ED, E6 and 3B. RGB value is (237,230,59). Sum of RGB (Red+Green+Blue) = 237+230+59=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 59 (23.44% from 255 or 11.22% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE63B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE63B is #1219C4. Grayscale: #D5D5D5. Windows color (decimal): -1186245 or 3925741. OLE color: 3925741.

HSL color Cylindrical-coordinate representation of color #EDE63B: hue angle of 57.64º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDE63B is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB23723059-
CMYK00.030.750.07
HSL57.64º83.18%58.04%-
HSV(B)57.64º75.11%92.94%-
XYZ64.0174.9115.22-
YUV212.641.32145.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.06%
GREEN value IS 230 (90.23% from 255) = 43.73%
BLUE value IS 59 (23.44% from 255) = 11.22%
R=45.06%
G=43.73%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372305900.030.750.0757.6483.1858.04
HexEDE63B034B73a533a
Octal355346730311377212372
Binary111011011110011011101101110010111111110101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE63B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE63B; }

 p { color: rgb(237,230,59); }

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

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

 a { background-color: rgb(237,230,59); }

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

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

 span { border-color: rgb(237,230,59); }

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