Html Css Color HEX #ECC714 Moon Yellow

📋 copy color: '#ECC714'

red 236 ◦ green 199 ◦ blue 20

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

Shades of Moon Yellow #ECC714

Tints of Moon Yellow #ECC714

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.74%

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

R = 51.87%
G = 43.74%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECC714 (or 0xECC714) is known color: Moon Yellow. HEX triplet: EC, C7 and 14. RGB value is (236,199,20). Sum of RGB (Red+Green+Blue) = 236+199+20=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 20 (8.20% from 255 or 4.40% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC714 is #1338EB. Grayscale: #BEBEBE. Windows color (decimal): -1259756 or 1361900. OLE color: 1361900.

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

Color convert

RGB 236 199 20 -
CMYK 0 0.16 0.92 0.07
HSL 49.72º 0.85% 0.5% -
HSV(B) 49.72º 0.92% 0.93% -
XYZ 55.14 58.73 9.09 -
YUV 189.66 32.26 161.05 -
System Red Green Blue C M Y K H S L
Decimal 236 199 20 0 0.16 0.92 0.07 49.72 0.85 0.5
Hex EC C7 14 0 10 5C 7 32 55 32
Octal 354 307 24 0 20 134 7 62 125 62
Binary 11101100 11000111 10100 0 10000 1011100 111 110010 1010101 110010

Color Harmonies of #ECC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC714

Black with #ECC714

Text Example


Text Example

White with #ECC714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC714; }

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

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

background-color css

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

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

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

border-color css

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

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

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