#EDDE00

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

Shades of Golden Yellow #EDDE00

Tints of Golden Yellow #EDDE00

Color information

#EDDE00 (or 0xEDDE00) is unknown color: approx Golden Yellow. HEX triplet: ED, DE and 00. RGB value is (237,222,0). Sum of RGB (Red+Green+Blue) = 237+222+0=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDE00 is #1221FF. Grayscale: #CACACA. Windows color (decimal): -1188352 or 57069. OLE color: 57069.

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

Color convert

RGB2372220-
CMYK00.0610.07
HSL56.2º100%46.47%-
HSV(B)56.2º100%92.94%-
XYZ61.0570.2510.34-
YUV201.1814.47153.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.63%
GREEN value IS 222 (87.11% from 255) = 48.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.63%
G=48.37%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237222000.0610.0756.210046.47
HexEDDE00664738642e
Octal35533600614477014456
Binary11101101110111100011011001001111110001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDE00; }

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

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

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

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

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

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

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

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