Html Css Color HEX #ECD408 Gold

📋 copy color: '#ECD408'

red 236 ◦ green 212 ◦ blue 8

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

Shades of Gold #ECD408

Tints of Gold #ECD408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.75%

R = 51.75%
G = 46.49%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECD408 (or 0xECD408) is known color: Gold. HEX triplet: EC, D4 and 08. RGB value is (236,212,8). Sum of RGB (Red+Green+Blue) = 236+212+8=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 8 (3.52% from 255 or 1.75% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD408 is #132BF7. Grayscale: #C4C4C4. Windows color (decimal): -1256440 or 578796. OLE color: 578796.

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

Color convert

RGB 236 212 8 -
CMYK 0 0.10 0.97 0.07
HSL 53.68º 0.93% 0.48% -
HSV(B) 53.68º 0.97% 0.93% -
XYZ 58.18 64.94 9.7 -
YUV 195.92 21.95 156.59 -
System Red Green Blue C M Y K H S L
Decimal 236 212 8 0 0.10 0.97 0.07 53.68 0.93 0.48
Hex EC D4 8 0 A 61 7 36 5D 30
Octal 354 324 10 0 12 141 7 66 135 60
Binary 11101100 11010100 1000 0 1010 1100001 111 110110 1011101 110000

Color Harmonies of #ECD408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD408

Black with #ECD408

Text Example


Text Example

White with #ECD408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD408; }

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

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

background-color css

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

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

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

border-color css

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

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

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