Html Css Color HEX #ECD30A Gold

📋 copy color: '#ECD30A'

red 236 ◦ green 211 ◦ blue 10

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

Shades of Gold #ECD30A

Tints of Gold #ECD30A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.17%

 BLUE value IS 10 (4.3% from 255) = 2.19%

R = 51.64%
G = 46.17%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECD30A (or 0xECD30A) is known color: Gold. HEX triplet: EC, D3 and 0A. RGB value is (236,211,10). Sum of RGB (Red+Green+Blue) = 236+211+10=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 10 (4.30% from 255 or 2.19% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD30A is #132CF5. Grayscale: #C4C4C4. Windows color (decimal): -1256694 or 709612. OLE color: 709612.

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

Color convert

RGB 236 211 10 -
CMYK 0 0.11 0.96 0.07
HSL 53.36º 0.92% 0.48% -
HSV(B) 53.36º 0.96% 0.93% -
XYZ 57.94 64.44 9.67 -
YUV 195.56 23.28 156.84 -
System Red Green Blue C M Y K H S L
Decimal 236 211 10 0 0.11 0.96 0.07 53.36 0.92 0.48
Hex EC D3 A 0 B 60 7 35 5C 30
Octal 354 323 12 0 13 140 7 65 134 60
Binary 11101100 11010011 1010 0 1011 1100000 111 110101 1011100 110000

Color Harmonies of #ECD30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD30A

Black with #ECD30A

Text Example


Text Example

White with #ECD30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD30A; }

 p { color: rgb(236,211,10); }

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

background-color css

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

 a { background-color: rgb(236,211,10); }

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

border-color css

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

 span { border-color: rgb(236,211,10); }

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