Html Css Color HEX #ECD402 Gold

📋 copy color: '#ECD402'

red 236 ◦ green 212 ◦ blue 2

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

Shades of Gold #ECD402

Tints of Gold #ECD402

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.11%

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

R = 52.44%
G = 47.11%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECD402 (or 0xECD402) is known color: Gold. HEX triplet: EC, D4 and 02. RGB value is (236,212,2). Sum of RGB (Red+Green+Blue) = 236+212+2=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 212 (83.20% from 255 or 47.11% from 450); Blue value is 2 (1.17% from 255 or 0.44% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD402 is #132BFD. Grayscale: #C4C4C4. Windows color (decimal): -1256446 or 185580. OLE color: 185580.

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

Color convert

RGB 236 212 2 -
CMYK 0 0.10 0.99 0.07
HSL 53.85º 0.98% 0.47% -
HSV(B) 53.85º 0.99% 0.93% -
XYZ 58.15 64.92 9.52 -
YUV 195.24 18.95 157.08 -
System Red Green Blue C M Y K H S L
Decimal 236 212 2 0 0.10 0.99 0.07 53.85 0.98 0.47
Hex EC D4 2 0 A 63 7 36 62 2F
Octal 354 324 2 0 12 143 7 66 142 57
Binary 11101100 11010100 10 0 1010 1100011 111 110110 1100010 101111

Color Harmonies of #ECD402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD402

Black with #ECD402

Text Example


Text Example

White with #ECD402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD402; }

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

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

background-color css

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

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

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

border-color css

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

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

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