Html Css Color HEX #ECD003 Gold

📋 copy color: '#ECD003'

red 236 ◦ green 208 ◦ blue 3

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

Shades of Gold #ECD003

Tints of Gold #ECD003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 52.8%
G = 46.53%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECD003 (or 0xECD003) is known color: Gold. HEX triplet: EC, D0 and 03. RGB value is (236,208,3). Sum of RGB (Red+Green+Blue) = 236+208+3=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 3 (1.56% from 255 or 0.67% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD003 is #132FFC. Grayscale: #C1C1C1. Windows color (decimal): -1257469 or 250092. OLE color: 250092.

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

Color convert

RGB 236 208 3 -
CMYK 0 0.12 0.99 0.07
HSL 52.79º 0.97% 0.47% -
HSV(B) 52.79º 0.99% 0.93% -
XYZ 57.16 62.95 9.22 -
YUV 193 20.78 158.67 -
System Red Green Blue C M Y K H S L
Decimal 236 208 3 0 0.12 0.99 0.07 52.79 0.97 0.47
Hex EC D0 3 0 C 63 7 35 61 2F
Octal 354 320 3 0 14 143 7 65 141 57
Binary 11101100 11010000 11 0 1100 1100011 111 110101 1100001 101111

Color Harmonies of #ECD003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD003

Black with #ECD003

Text Example


Text Example

White with #ECD003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD003; }

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

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

background-color css

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

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

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

border-color css

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

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

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