Html Css Color HEX #ECD002 Gold

📋 copy color: '#ECD002'

red 236 ◦ green 208 ◦ blue 2

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

Shades of Gold #ECD002

Tints of Gold #ECD002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 52.91%
G = 46.64%
B = 0.45%

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

#ECD002 (or 0xECD002) is known color: Gold. HEX triplet: EC, D0 and 02. RGB value is (236,208,2). Sum of RGB (Red+Green+Blue) = 236+208+2=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD002 is #132FFD. Grayscale: #C1C1C1. Windows color (decimal): -1257470 or 184556. OLE color: 184556.

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

Color convert

RGB 236 208 2 -
CMYK 0 0.12 0.99 0.07
HSL 52.82º 0.98% 0.47% -
HSV(B) 52.82º 0.99% 0.93% -
XYZ 57.16 62.95 9.2 -
YUV 192.89 20.28 158.75 -
System Red Green Blue C M Y K H S L
Decimal 236 208 2 0 0.12 0.99 0.07 52.82 0.98 0.47
Hex EC D0 2 0 C 63 7 35 62 2F
Octal 354 320 2 0 14 143 7 65 142 57
Binary 11101100 11010000 10 0 1100 1100011 111 110101 1100010 101111

Color Harmonies of #ECD002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD002

Black with #ECD002

Text Example


Text Example

White with #ECD002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD002; }

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

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

background-color css

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

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

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

border-color css

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

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

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