Html Css Color HEX #ECD004 Gold

📋 copy color: '#ECD004'

red 236 ◦ green 208 ◦ blue 4

#ECD004
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold #ECD004

Tints of Gold #ECD004

RGB

 RED value IS 236 (92.58% from 255) = 52.68%

 GREEN value IS 208 (81.64% from 255) = 46.43%

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 52.68%
G = 46.43%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECD004 (or 0xECD004) is known color: Gold. HEX triplet: EC, D0 and 04. RGB value is (236,208,4). Sum of RGB (Red+Green+Blue) = 236+208+4=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 4 (1.95% from 255 or 0.89% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD004 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD004 is #132FFB. Grayscale: #C1C1C1. Windows color (decimal): -1257468 or 315628. OLE color: 315628.

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

Color convert

RGB 236 208 4 -
CMYK 0 0.12 0.98 0.07
HSL 52.76º 0.97% 0.47% -
HSV(B) 52.76º 0.98% 0.93% -
XYZ 57.17 62.95 9.25 -
YUV 193.12 21.28 158.59 -
System Red Green Blue C M Y K H S L
Decimal 236 208 4 0 0.12 0.98 0.07 52.76 0.97 0.47
Hex EC D0 4 0 C 62 7 35 61 2F
Octal 354 320 4 0 14 142 7 65 141 57
Binary 11101100 11010000 100 0 1100 1100010 111 110101 1100001 101111

Color Harmonies of #ECD004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD004

Black with #ECD004

Text Example


Text Example

White with #ECD004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD004; }

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

 H1.HeaderClassName
 {
   color: #ECD004;
 }
 .AnyTagClassName
 {
   color: #ECD004;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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