#ECDD04

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

Shades of Golden Yellow #ECDD04

Tints of Golden Yellow #ECDD04

Color information

#ECDD04 (or 0xECDD04) is unknown color: approx Golden Yellow. HEX triplet: EC, DD and 04. RGB value is (236,221,4). Sum of RGB (Red+Green+Blue) = 236+221+4=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 4 (1.95% from 255 or 0.87% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDD04 is #1322FB. Grayscale: #C9C9C9. Windows color (decimal): -1254140 or 318956. OLE color: 318956.

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

Color convert

RGB2362214-
CMYK00.060.980.07
HSL56.12º96.67%47.06%-
HSV(B)56.12º98.31%92.55%-
XYZ60.4769.5510.35-
YUV200.7516.97153.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.19%
GREEN value IS 221 (86.72% from 255) = 47.94%
BLUE value IS 4 (1.95% from 255) = 0.87%
R=51.19%
G=47.94%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236221400.060.980.0756.1296.6747.06
HexECDD40662738612f
Octal35433540614277014157
Binary1110110011011101100011011000101111110001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDD04; }

 p { color: rgb(236,221,4); }

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

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

 a { background-color: rgb(236,221,4); }

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

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

 span { border-color: rgb(236,221,4); }

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