Html Css Color HEX #ECD10B Gold

📋 copy color: '#ECD10B'

red 236 ◦ green 209 ◦ blue 11

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

Shades of Gold #ECD10B

Tints of Gold #ECD10B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.83%

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

R = 51.75%
G = 45.83%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECD10B (or 0xECD10B) is known color: Gold. HEX triplet: EC, D1 and 0B. RGB value is (236,209,11). Sum of RGB (Red+Green+Blue) = 236+209+11=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD10B is #132EF4. Grayscale: #C3C3C3. Windows color (decimal): -1257205 or 774636. OLE color: 774636.

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

Color convert

RGB 236 209 11 -
CMYK 0 0.11 0.95 0.07
HSL 52.8º 0.91% 0.48% -
HSV(B) 52.8º 0.95% 0.93% -
XYZ 57.45 63.46 9.54 -
YUV 194.5 24.45 157.6 -
System Red Green Blue C M Y K H S L
Decimal 236 209 11 0 0.11 0.95 0.07 52.8 0.91 0.48
Hex EC D1 B 0 B 5F 7 35 5B 30
Octal 354 321 13 0 13 137 7 65 133 60
Binary 11101100 11010001 1011 0 1011 1011111 111 110101 1011011 110000

Color Harmonies of #ECD10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD10B

Black with #ECD10B

Text Example


Text Example

White with #ECD10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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