Html Css Color HEX #ECC010 Moon Yellow

📋 copy color: '#ECC010'

red 236 ◦ green 192 ◦ blue 16

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

Shades of Moon Yellow #ECC010

Tints of Moon Yellow #ECC010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.24%

 BLUE value IS 16 (6.64% from 255) = 3.6%

R = 53.15%
G = 43.24%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ECC010 (or 0xECC010) is known color: Moon Yellow. HEX triplet: EC, C0 and 10. RGB value is (236,192,16). Sum of RGB (Red+Green+Blue) = 236+192+16=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 16 (6.64% from 255 or 3.60% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC010 is #133FEF. Grayscale: #B9B9B9. Windows color (decimal): -1261552 or 1097964. OLE color: 1097964.

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

Color convert

RGB 236 192 16 -
CMYK 0 0.19 0.93 0.07
HSL 48º 0.87% 0.49% -
HSV(B) 48º 0.93% 0.93% -
XYZ 53.54 55.57 8.39 -
YUV 185.09 32.58 164.31 -
System Red Green Blue C M Y K H S L
Decimal 236 192 16 0 0.19 0.93 0.07 48 0.87 0.49
Hex EC C0 10 0 13 5D 7 30 57 31
Octal 354 300 20 0 23 135 7 60 127 61
Binary 11101100 11000000 10000 0 10011 1011101 111 110000 1010111 110001

Color Harmonies of #ECC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC010

Black with #ECC010

Text Example


Text Example

White with #ECC010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC010; }

 p { color: rgb(236,192,16); }

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

background-color css

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

 a { background-color: rgb(236,192,16); }

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

border-color css

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

 span { border-color: rgb(236,192,16); }

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