Html Css Color HEX #ECD50B Gold

📋 copy color: '#ECD50B'

red 236 ◦ green 213 ◦ blue 11

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

Shades of Gold #ECD50B

Tints of Gold #ECD50B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.3%

 BLUE value IS 11 (4.69% from 255) = 2.39%

R = 51.3%
G = 46.3%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECD50B (or 0xECD50B) is known color: Gold. HEX triplet: EC, D5 and 0B. RGB value is (236,213,11). Sum of RGB (Red+Green+Blue) = 236+213+11=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 11 (4.69% from 255 or 2.39% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD50B is #132AF4. Grayscale: #C5C5C5. Windows color (decimal): -1256181 or 775660. OLE color: 775660.

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

Color convert

RGB 236 213 11 -
CMYK 0 0.10 0.95 0.07
HSL 53.87º 0.91% 0.48% -
HSV(B) 53.87º 0.95% 0.93% -
XYZ 58.45 65.45 9.87 -
YUV 196.85 23.12 155.93 -
System Red Green Blue C M Y K H S L
Decimal 236 213 11 0 0.10 0.95 0.07 53.87 0.91 0.48
Hex EC D5 B 0 A 5F 7 36 5B 30
Octal 354 325 13 0 12 137 7 66 133 60
Binary 11101100 11010101 1011 0 1010 1011111 111 110110 1011011 110000

Color Harmonies of #ECD50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD50B

Black with #ECD50B

Text Example


Text Example

White with #ECD50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD50B; }

 p { color: rgb(236,213,11); }

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

background-color css

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

 a { background-color: rgb(236,213,11); }

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

border-color css

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

 span { border-color: rgb(236,213,11); }

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