Html Css Color HEX #ECC514 Moon Yellow

📋 copy color: '#ECC514'

red 236 ◦ green 197 ◦ blue 20

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

Shades of Moon Yellow #ECC514

Tints of Moon Yellow #ECC514

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.49%

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

R = 52.1%
G = 43.49%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECC514 (or 0xECC514) is known color: Moon Yellow. HEX triplet: EC, C5 and 14. RGB value is (236,197,20). Sum of RGB (Red+Green+Blue) = 236+197+20=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC514 is #133AEB. Grayscale: #BDBDBD. Windows color (decimal): -1260268 or 1361388. OLE color: 1361388.

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

Color convert

RGB 236 197 20 -
CMYK 0 0.17 0.92 0.07
HSL 49.17º 0.85% 0.5% -
HSV(B) 49.17º 0.92% 0.93% -
XYZ 54.68 57.82 8.94 -
YUV 188.48 32.92 161.89 -
System Red Green Blue C M Y K H S L
Decimal 236 197 20 0 0.17 0.92 0.07 49.17 0.85 0.5
Hex EC C5 14 0 11 5C 7 31 55 32
Octal 354 305 24 0 21 134 7 61 125 62
Binary 11101100 11000101 10100 0 10001 1011100 111 110001 1010101 110010

Color Harmonies of #ECC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC514

Black with #ECC514

Text Example


Text Example

White with #ECC514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC514; }

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

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

background-color css

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

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

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

border-color css

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

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

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