Html Css Color HEX #ECC114 Moon Yellow

📋 copy color: '#ECC114'

red 236 ◦ green 193 ◦ blue 20

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

Shades of Moon Yellow #ECC114

Tints of Moon Yellow #ECC114

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.98%

 BLUE value IS 20 (8.2% from 255) = 4.45%

R = 52.56%
G = 42.98%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECC114 (or 0xECC114) is known color: Moon Yellow. HEX triplet: EC, C1 and 14. RGB value is (236,193,20). Sum of RGB (Red+Green+Blue) = 236+193+20=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC114 is #133EEB. Grayscale: #BABABA. Windows color (decimal): -1261292 or 1360364. OLE color: 1360364.

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

Color convert

RGB 236 193 20 -
CMYK 0 0.18 0.92 0.07
HSL 48.06º 0.85% 0.5% -
HSV(B) 48.06º 0.92% 0.93% -
XYZ 53.79 56.02 8.64 -
YUV 186.14 34.25 163.57 -
System Red Green Blue C M Y K H S L
Decimal 236 193 20 0 0.18 0.92 0.07 48.06 0.85 0.5
Hex EC C1 14 0 12 5C 7 30 55 32
Octal 354 301 24 0 22 134 7 60 125 62
Binary 11101100 11000001 10100 0 10010 1011100 111 110000 1010101 110010

Color Harmonies of #ECC114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC114

Black with #ECC114

Text Example


Text Example

White with #ECC114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC114; }

 p { color: rgb(236,193,20); }

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

background-color css

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

 a { background-color: rgb(236,193,20); }

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

border-color css

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

 span { border-color: rgb(236,193,20); }

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