Html Css Color HEX #ECD005 Gold

📋 copy color: '#ECD005'

red 236 ◦ green 208 ◦ blue 5

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

Shades of Gold #ECD005

Tints of Gold #ECD005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 52.56%
G = 46.33%
B = 1.11%

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

#ECD005 (or 0xECD005) is known color: Gold. HEX triplet: EC, D0 and 05. RGB value is (236,208,5). Sum of RGB (Red+Green+Blue) = 236+208+5=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 5 (2.34% from 255 or 1.11% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD005 is #132FFA. Grayscale: #C2C2C2. Windows color (decimal): -1257467 or 381164. OLE color: 381164.

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

Color convert

RGB 236 208 5 -
CMYK 0 0.12 0.98 0.07
HSL 52.73º 0.96% 0.47% -
HSV(B) 52.73º 0.98% 0.93% -
XYZ 57.18 62.96 9.28 -
YUV 193.23 21.78 158.51 -
System Red Green Blue C M Y K H S L
Decimal 236 208 5 0 0.12 0.98 0.07 52.73 0.96 0.47
Hex EC D0 5 0 C 62 7 35 60 2F
Octal 354 320 5 0 14 142 7 65 140 57
Binary 11101100 11010000 101 0 1100 1100010 111 110101 1100000 101111

Color Harmonies of #ECD005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD005

Black with #ECD005

Text Example


Text Example

White with #ECD005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD005; }

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

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

background-color css

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

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

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

border-color css

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

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

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