#ede500

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

Shades of Golden Yellow #EDE500

Tints of Golden Yellow #EDE500

Color information

#EDE500 (or 0xEDE500) is unknown color: approx Golden Yellow. HEX triplet: ED, E5 and 00. RGB value is (237,229,0). Sum of RGB (Red+Green+Blue) = 237+229+0=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 0 (0.39% from 255 or 0% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE500 is #121AFF. Grayscale: #CECECE. Windows color (decimal): -1186560 or 58861. OLE color: 58861.

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

Color convert

RGB2372290-
CMYK00.0310.07
HSL57.97º100%46.47%-
HSV(B)57.97º100%92.94%-
XYZ62.9474.0410.97-
YUV205.2912.15150.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.86%
GREEN value IS 229 (89.84% from 255) = 49.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.86%
G=49.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237229000.0310.0757.9710046.47
HexEDE50036473a642e
Octal35534500314477214456
Binary1110110111100101001111001001111110101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ede500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ede500; }

 p { color: rgb(237,229,0); }

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

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

 a { background-color: rgb(237,229,0); }

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

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

 span { border-color: rgb(237,229,0); }

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