#EDDB05

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

Shades of Golden Yellow #EDDB05

Tints of Golden Yellow #EDDB05

Color information

#EDDB05 (or 0xEDDB05) is unknown color: approx Golden Yellow. HEX triplet: ED, DB and 05. RGB value is (237,219,5). Sum of RGB (Red+Green+Blue) = 237+219+5=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 5 (2.34% from 255 or 1.08% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDB05 is #1224FA. Grayscale: #C8C8C8. Windows color (decimal): -1189115 or 383981. OLE color: 383981.

HSL color Cylindrical-coordinate representation of color #EDDB05: hue angle of 55.34º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDDB05 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB2372195-
CMYK00.080.980.07
HSL55.34º95.87%47.45%-
HSV(B)55.34º97.89%92.94%-
XYZ60.2868.6810.22-
YUV199.9917.96154.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.41%
GREEN value IS 219 (85.94% from 255) = 47.51%
BLUE value IS 5 (2.34% from 255) = 1.08%
R=51.41%
G=47.51%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237219500.080.980.0755.3495.8747.45
HexEDDB50862737602f
Octal355333501014276714057
Binary11101101110110111010100011000101111101111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDB05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDB05; }

 p { color: rgb(237,219,5); }

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

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

 a { background-color: rgb(237,219,5); }

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

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

 span { border-color: rgb(237,219,5); }

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