Html Css Color HEX #ECD405 Gold

📋 copy color: '#ECD405'

red 236 ◦ green 212 ◦ blue 5

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

Shades of Gold #ECD405

Tints of Gold #ECD405

RGB

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

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

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

R = 52.1%
G = 46.8%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECD405 (or 0xECD405) is known color: Gold. HEX triplet: EC, D4 and 05. RGB value is (236,212,5). Sum of RGB (Red+Green+Blue) = 236+212+5=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD405 is #132BFA. Grayscale: #C4C4C4. Windows color (decimal): -1256443 or 382188. OLE color: 382188.

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

Color convert

RGB 236 212 5 -
CMYK 0 0.10 0.98 0.07
HSL 53.77º 0.96% 0.47% -
HSV(B) 53.77º 0.98% 0.93% -
XYZ 58.16 64.93 9.61 -
YUV 195.58 20.45 156.83 -
System Red Green Blue C M Y K H S L
Decimal 236 212 5 0 0.10 0.98 0.07 53.77 0.96 0.47
Hex EC D4 5 0 A 62 7 36 60 2F
Octal 354 324 5 0 12 142 7 66 140 57
Binary 11101100 11010100 101 0 1010 1100010 111 110110 1100000 101111

Color Harmonies of #ECD405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD405

Black with #ECD405

Text Example


Text Example

White with #ECD405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD405; }

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

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

background-color css

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

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

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

border-color css

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

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

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