Html Css Color HEX #ECC013 Moon Yellow

📋 copy color: '#ECC013'

red 236 ◦ green 192 ◦ blue 19

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

Shades of Moon Yellow #ECC013

Tints of Moon Yellow #ECC013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.25%

R = 52.8%
G = 42.95%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECC013 (or 0xECC013) is known color: Moon Yellow. HEX triplet: EC, C0 and 13. RGB value is (236,192,19). Sum of RGB (Red+Green+Blue) = 236+192+19=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 19 (7.81% from 255 or 4.25% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC013 is #133FEC. Grayscale: #BABABA. Windows color (decimal): -1261549 or 1294572. OLE color: 1294572.

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

Color convert

RGB 236 192 19 -
CMYK 0 0.19 0.92 0.07
HSL 47.83º 0.85% 0.5% -
HSV(B) 47.83º 0.92% 0.93% -
XYZ 53.56 55.58 8.52 -
YUV 185.43 34.08 164.07 -
System Red Green Blue C M Y K H S L
Decimal 236 192 19 0 0.19 0.92 0.07 47.83 0.85 0.5
Hex EC C0 13 0 13 5C 7 30 55 32
Octal 354 300 23 0 23 134 7 60 125 62
Binary 11101100 11000000 10011 0 10011 1011100 111 110000 1010101 110010

Color Harmonies of #ECC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC013

Black with #ECC013

Text Example


Text Example

White with #ECC013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC013; }

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

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

background-color css

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

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

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

border-color css

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

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

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